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
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
Yes! Thanks Yigit, that worked perfectly.
-Fred