Hello
How do you set the height of the logo slider just above the footer to match the one in the demo..
http://kriesi.at/themes/enfold/
The one I made in my site has allot of padding on top and bottom of logos.
http://www.caininsurancesolutions.com.php56-2.ord1-1.websitetestlink.com/
I set it to no padding but still keeps it.
Hi cagsean!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider {
margin: 0;
}
Regards,
Yigit
Hey There
Added the code but did not change the padding or margins.
http://www.caininsurancesolutions.com.php56-2.ord1-1.websitetestlink.com/
I’m using the content slider – is that the correct item?
I also have the content slider in a color box
Hey!
You seem to have an empty element right above your slider. Please remove it as well
Best regards,
Yigit
I checked and all I have is a separator line.
I removed that and still no change.
You can take a look if you like.
Hi!
I turned on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and gave your content slider a custom class “home-content-slider” and then added following code to Quick CSS
.home-content-slider { margin-top: -50px; }
Please review your website now
Regards,
Yigit
awesome..
would I add this to decrease bottom margin..
.home-content-slider { margin-bottom: -50px; }