Home Slider Wide Widget – Background Fixed Postion

Homepage Community Forums Epik Theme Support Home Slider Wide Widget – Background Fixed Postion

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11491
    Michael
    Customer

      Hello –

      I dont want the home slider widget area to be responsive. I have a video that is on top of a computer screen and want to keep it in an absolute position. The video is fine but the background image is responsive when resized – in line with the theme design but I dont want that area – only the slider wide area- to be responsive because it moves out of position from the video player.

      Here is the home page. Resize the browser and you can see what I am trying to accomplish.

      https://www.marketing.plannertuts.com/marketing/

      *The site is behind a firewall so if you get prompted that it isnt the site you are looking for it is OK. Simply click proceed and it will bring up the homepage.

      Thanks

      #11495
      Jason M
      Customer

        The slider-wide section is set to 100% width, so you could change that part to a fixed size like this –

        .slider-wide {
            clear: both;
            margin: auto;
            width: 1140px;
        }

        But you’ll probably want something behind that as it will show up in the middle and leave white empty space on the sides depending on which size browser you’re viewing from.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.