Home>Support>Too much white space under sliders

Too much white space under sliders

By chriskov, 9 years ago. Last reply by chriskov, 9 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I have reviewed numerous threads, but cannot find one that addresses my issue. Please advise.

Thank you.

URL: http://www.stschsoc.org

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Chriskov

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Main Container */
    
    #main {
    	padding-top: 35px;
    }
    

    Adjust as required. Hope that helps.

  2. 9 years, 11 months ago chriskov

    Perfect for the top slider – thank you, But, the fix did not address the second slider – there is still too much space between it and the next row of widgets. Please work you css magic on it, too.

  3. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear we’re making progress.

    For the second slider, try editing the row in question and click the Theme tab on the right, enable the No Bottom Margin setting.

    Hope that helps :)

  4. 9 years, 11 months ago chriskov

    Andrew,

    Thanks. The fix did not remove as much white space as I would have liked, but it did remove some.

  5. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    For sure.

    It’s not possible to use negative padding like you’ve tried. I’d recommend removing that.

    The remaining space is coming from the following Meta Slider CSS:

    	.metaslider-220 {
    		margin-bottom: 32px;
    	}
    

    Please, check the slider in Meta Slider and see if you’re setting that somewhere there.

  6. 9 years, 11 months ago chriskov

    When I go to Appearance>Editor I cannot find the meta slider css, only the main Styles stylesheet/css. Where would I find the Meta Slide style sheet/css?

    CK

  7. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    I’m not sure where this is being set from. You can adjust by adding the following to Appearance > Custom CSS:

    /* Meta Slider */
    
    .metaslider-220 {
        margin-bottom: 10px !important;
    }
    
  8. 9 years, 11 months ago chriskov

    Perfect! Thank you for going the extra mile for this.

    CK

  9. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    For sure :) Glad we could help.

    All the best.

  10. 9 years, 11 months ago chriskov

    Andrew,

    If you are so inclined and have a few minutes :), would you please tell me how to remove this errant image, if you do not think it will break my site:
    <header id="masthead" class="site-header" role="banner">

    <div class="hgroup full-container">
    <a href="http://stschsoc.org/&quot; title="Saints Constantine and Helen Serbian Orthodox Church" rel="home" class="logo"><img src="http://stschsoc.org/wp-content/uploads/2014/03/clearblock70.gif&quot; class="logo-height-constrain" width="100" height="70" alt="Saints Constantine and Helen Serbian Orthodox Church Logo" /></a>

    <div class="support-text">
    </div>

    I notice it from time to time when the first slider is loading.

    I think, when I first started with the template, I used the image as a spacer until I figured out how to correctly configure the masthead margins to my liking and somehow forgot about it.

    Thank you, and I will understand if you do not think it is in your realm of support.
    CK

  11. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Sure, that’s added at Appearance > Theme Settings > Logo.

  12. 9 years, 11 months ago chriskov

    Thanks, that worked; however, after I deleted it and reviewed the results, I remembered why I added it and had to add it back.

    Do you ever get to the point where you need to tell yourself to "just leave well enough alone"? :)

  13. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hahaha, all the time.

  14. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    The logo is restricted to 1010 so this isn’t perfect but you can try. Remove your masthead background and instead add that image as your logo. Then add the following to Appearance > Custom CSS:

    /* Full Header Logo - Boxed Layout Bound */
    
    header#masthead {
    padding: 0 !important;
    }
    
    header#masthead .hgroup {
    padding: 0 !important;
    }
    
    header#masthead .hgroup .logo img {
    height: auto;
    width: 1080px;
    }
    
    header#masthead .hgroup .logo img[style] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }
    
    .main-navigation {
    margin: 0 !important;
    }
    
    body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar {
    display: none !important;
    }
    
  15. 9 years, 11 months ago chriskov

    Did it, but I think it made things worse.

  16. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Mmm looking ok here. Can you clarify what you’d like to fix? Thanks :)

  17. 9 years, 11 months ago chriskov

    Well, it looks great now, but when I first tested it, that first slider was jumping into it's slot. But then, I was testing it on a Windows 10 tablet. So, I looked at it on my iPad – beautiful and perfect. My PC – perfect now.

    So, once again, you rock!

    Thank you so much. I hope you are making a fortune!

  18. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Super, really glad to hear that improved things.

    If anything else comes up, please, let us know.

    Thanks for your support :)

  19. 9 years, 11 months ago chriskov

    Andrew,

    I realize I am not supposed to contact you this way, but I thought I would try. Would you ever consider creating a small, square or rectangular widget (like the Vantage Circle Icon)? I really like the way MSN.com uses those small, rectangular images to present content excerpts. Or, if you know of someone who already makes such a widget, would you pass that info on to me, please and thank you.

  20. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    No problem. Check out the Features widget:

    https://wordpress.org/plugins/so-widgets-bundle/

    It has shape selection. Hope that helps :)

  21. 9 years, 11 months ago chriskov

    I did, but so far, I cannot configure it the way I want it. Any way to control the size of the text?

    Thanks so much for the reply.

    CK

  22. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Not from within the widget, no. Have you perhaps tried our CSS plugin? It has a visual editor component that would let you make these kind tweaks.

    Page: SiteOrigin CSS Editor

  23. 9 years, 11 months ago chriskov

    I will try that even tho any reference to or hint of coding renders me nearly catatonic. :)

  24. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    It’s more a click and change kind of tool. Give it a go.

  25. 9 years, 11 months ago chriskov

    Jolly good.

    CK

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More