Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #203735

    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.

    http://lizybloomdesigns.com/storeboards.net/

    #203740

    Hey lizybloom!

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

    .flex_column .avia-slideshow {
    margin: 0;
    }

    Regards,
    Yigit

    #203782

    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

    #203787

    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

    #203789

    Hey Lizy!

    Try adding this code to the Quick CSS:

    #top .main_menu .menu li {
        float: right;
    }

    Cheers! 
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Easy Slider Text spacing issue’ is closed to new replies.