Hi,
I have deleted the header section of the frontpage which just leaves the logo and main menu area.
When the next item underneath is an easyslider, the slider buts up against the bottom divider line of the logo area.
I’ve tried inserting various features such as empty text boxes and white space but these all end up too thick.
I’d like about about 75 px padding bweteen the dividing line and the slider…would you please let me know how to do this
thanks
Adrian
Hi,
Please give us a link to your website.
The EasySlider below the header that I inserted looks fine. You can insert a Horizonal Rule element then use Whitespace.
Regards,
Ismael
Thanks Ismael,
I tried the whitespace at minimum px but it still inserted quite a big gap – about the same gap as a text box without anything in it.
Site is here:
http://cafebeemer.com.au/develop/
Cheers
Adrian
Hi!
You can use following css code to add a padding before the slider element. Make sure that no other element is used before the slider, otherwise the code won’t work
.avia-fullwidth-slider.avia-builder-el-0{
padding-top: 75px;
}
I’d recommend to insert it into the quick css field.
Regards,
Peter