HI,
I want to have a single picture on the homepage of my site with a title and a caption. When I use the easy slider and insert a title and caption, a margin appears above the picture that does not appear if I don’t fill in the title and caption.
Any help would be appreciated.
Hey lizybloom!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.flex_column .avia-slideshow {
margin: 0;
}
Regards,
Yigit
Thanks! Both answers worked perfectly!
As long as I have your attention, can you tell me how to align the menu to the right instead of the left? Im using the bottom navigation header.
Thanks
Lizy
Hey!
You are welcome. You can add following code to Quick CSS to make your menu right aligned
#top .main_menu .menu li { float: right; }
Cheers!
Yigit
Hey Lizy!
Try adding this code to the Quick CSS:
#top .main_menu .menu li {
float: right;
}
Cheers!
Josue