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.

Need help with white space on mobile collapse in vantage theme

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by Daniel 10 years ago

Greetings!

Please check out this site and see what happens on mobile collapse. It adds white space beneath the logo. It happened before the button was added. It looks like that is the div for the text that appears to the right of the logo – and I’ve tried display: none; but it’s not working. Adjusting the padding or margins on nearby elements hasn’t had an affect either. Is there a fix to this?

Thanks in advance!

URL: http://katoweddings.com

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Magus Staff 10 years, 10 months ago

    Hi Offbeat Minds

    The issue is being caused by the Header Sidebar Margin. Please try adding this to the custom CSS editor at Appearance->Custom CSS

    @media all and (max-width:680px) {
    body.responsive #masthead .hgroup .support-text, body.responsive #masthead .hgroup #header-sidebar {
        margin-top: 0px !important;
    }
    }

    This should lay the button down directly below the header image.

    If you want to remove the button altogether for mobile please use this instead

    @media all and (max-width:680px) {
    body.responsive #masthead .hgroup .support-text, body.responsive #masthead .hgroup #header-sidebar {
    display: none !important;
    }
    }
    {/code]

    Let us know how you get on

    Magus

  2. Daniel Staff 10 years, 9 months ago

    Hi Offbeat Minds

    @Magus has guided you on how to either remove the button on mobile view or remove the space below the logo.

    Please try that out and let us know if it works out for you

    Cheers

  3. Chelsey Sims Beck 10 years, 9 months ago

    @Magus – that did the trick! Many thanks! : )

  4. Daniel Staff 10 years, 9 months ago

    Perfect :-)

    Always feel free to open a new thread whenever you require support

    Cheers

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