This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Removing white space between bottom row and footer

Resolved 14 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi there,

First off i’d like to say great job with the theme!

I can’t seem to find how to eliminate the white space between my last row and my footer. This a common problem?

Furthermore could someone shed some light on how I can customize the menu a bit more, I wanted to align it right rather than where the theme situates it, whats the best way to go about this?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

14
  1. Andrew Misplon Staff 10 years, 11 months ago

    Hey Will

    Thanks for reaching out.

    Last Row

    I’d probably need to see your site live to help with this. You can try the following under Appearance > Custom CSS but there might be some row padding to take a look at:

    /* Main Container */
    #main { padding-bottom: 0; }

    Right Align Menu

    Insert the following under Appearance > Custom CSS:

    /* Vantage right align the main menu */
    .main-navigation ul {
    font-size: 0;
    text-align: right;
    }
    .main-navigation ul li {
    display: inline-block;
    float: none;
    font-size: 13px;
    }
    .main-navigation ul ul li { 
    text-align: left;
    }
  2. Will Webb 10 years, 11 months ago

    Thanks for the reply, the navigation bar css worked but the white space still occurs above my footer, i did try ticking private reply but can’t see the message myself?

  3. Andrew Misplon Staff 10 years, 11 months ago

    For sure. You can privately email details to:

    Private Snippet

    The email will come through to the thread but only you and SiteOrigin staff will be able to read it.

  4. Will Webb 10 years, 11 months ago

    Many thanks, email sent however i don’t see it in this thread, could you confirm receipt?

  5. Will Webb 10 years, 11 months ago

    I have managed to solve it myself using the following CSS:

    /* Bottom Contact Row Above Footer */
    #pg-31-3 > div {padding: 0; }

  6. Andrew Misplon Staff 10 years, 11 months ago

    Sorry, not sure what happened with private email, nothing came through.

    CSS looks perfect. With that saved under Appearance > Custom CSS you’re good to go. Thanks for keeping us updated.

  7. Will Webb 10 years, 11 months ago

    I did try creating another thread but not sure if it went through, is there a way to change the glyphicons from the circle icon widgets to your own ones, there is a long list but I wondered if theres an easy way to use your own from icon finder . com

  8. Andrew Misplon Staff 10 years, 11 months ago

    Sure, you can using the Background Image field, just grab the url from your Media library, when browsing an image the url is in the right column.

    Alternatively try out our Features Widget, part of the Widgets Bundle:

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

    It has an Add Media button to make uploading your own icons easier.

    Hope that helps :)

  9. Andrew Misplon Staff 10 years, 11 months ago

    Hey Will, sorry about the other thread, it got caught in our Spam filter. Greg did email me about it so we would have caught the problem. We’ve been under heavy Spam attack this week, still trying to get the right balance of filtering.

    Cheers :)

  10. Dominic Rodgers Private 10 years, 7 months ago

    This is a private message.

    • Andrew Misplon Staff 10 years, 6 months ago

      Hi Dominic

      It looks like you’ve managed to remove the space before your footer.

      (During busy periods we unfortunately struggle to reply to our free user threads. It looks like your previous thread from 15 days ago didn’t have your order number added so it got logged as free. Apologies for that. Your order number can be found at Appearance > Theme Settings > Premium. There is a field provided to add it when creating a thread.)

  11. donkarim07 10 years, 6 months ago

    Hello guys,

    A total newbie here and used vantage theme for my first website ever:)
    Its really amazingly cool to build with this, thx alot.

    I also have the issue with more then average free space between content and the footer. I tried every setting in the rows and widgets, but it stays that way.

    I tried this code, and it worked:
    /* Main Container */
    #main { padding-bottom: 0; }

    But the proplem is that it also applied on all other pages, while all other pages are good. Its just for the homepage. Can i somehow let that code apply only for the homepage?

    Thx in advance!

  12. donkarim07 10 years, 6 months ago

    OH! Excuse me! I just read i should make a new thread.

    Will do that

    • Andrew Misplon Staff 10 years, 6 months ago

      Thanks, we’ll pickup your new thread ASAP.

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.

Have a different question or issue?

Start New Thread