Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #425524

    Hello,

    I am trying to align my easyslider to the left of the browser window. It is inside a color section, within a 2/3 block. The color section has a background image that is aligned right. If I take the easyslider out of the 2/3 box, it will take up the entire color section and cover the background element. I have tried playing with some negative left margins in the Quick CSS, but cannot figure out how to get it to align to the left of the browser window.

    homepage: http://tsgaz.net/bernoulli/
    Here is a subpage with an image, not a slider, but it is aligned left. According to the design, we want the slider to look similar to this static image: http://tsgaz.net/bernoulli/solutions/medical-device-integration/

    Thanks in advance for any help you can give!

    -Fred

    #425538

    Hey Fred!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home #av_section_1 .container {
      padding-left: 0;
      margin-left: 0;
    }

    Cheers!
    Yigit

    #425563

    Yes! Thanks Yigit, that worked perfectly.

    -Fred

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Align easyslider to left’ is closed to new replies.