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.

Delete white space below slider / Mobile slide out menu background color change

Resolved 8 replies premiumthemetheme-vantage
10 years ago · Last reply by Magus 10 years ago

Thank you for the awesome theme, I am now on my second site with it.
Just a few minor things I could use a hand with. First, how do I get rid of the white space between the slider and footer? Also, what is the CSS for changing the mobile slide out menu background color to #3fffc9 ?
Thank you

URL: http://www.sandybumscollection.com

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

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. Rodger Ahearn 10 years, 8 months ago

    Fixed the mobile slide out menu background color by using this thread Thread: Vantage premium responsive menu style

    Can’t get rid of that white box above the footer and below the slider. Tried multiple fixes from other threads on the forum to no avail.

  2. Magus Staff 10 years, 8 months ago

    Hi Rodger Ahearn

    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.

    .home #main {
        padding: 0px;
    }

    Let us know how you get on

    Magus

  3. Rodger Ahearn 10 years, 8 months ago

    Thanks for the speedy reply Magus. The code fixed the white box in my mobile browser (chrome) but not in my desktop browser (chrome). I tried to purge cached images on my desktop browser to no avail. What would your advice be?

    Thank you

  4. Magus Staff 10 years, 8 months ago

    Hi Rodger Ahearn

    You currently have maintenance mode enabled on the site.
    Would it be possible for you to create a temporary user account for us so we can log in and take a look? You can create the account with the following email address:

    [email protected]

    Just navigate to Users > Add New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve enabled the “Send Password” field so we receive the details.

    Thanks

    Magus

    Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.

  5. WordPress Private 10 years, 8 months ago

    This is a private message.

  6. Magus Staff 10 years, 8 months ago

    Hi Rodger

    You were missing a closing tag on this media query

    /* Adjust the header padding for mobile */
    @media (max-width: 680px) {
    	header#masthead .hgroup {
          	margin-bottom: -22px;
        	padding-bottom: 0;
        }
    }
    /* Mobile Nav */

    I have added the tag and all displays correctly now.

    Magus

  7. Rodger Ahearn 10 years, 8 months ago

    Thanks Magus! Perfect as always!

    Cheers
    Rodger

  8. Magus Staff 10 years, 8 months ago

    You are welcome, If you need anything else please feel free to open a new support thread.

    Magus

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