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.

Shortcodes buttons go responsive before menu

Resolved 4 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi,

In the Vantage Premium them, I have a 4 horizintal shortcodes buttons in the header above the main menu. The buttons switch responsively from being horizontally stacked to being vertically stacked as the screen resolution changes. I’d like to be able to control the resolution at which the switch over occurs so it matches the resolution when the theme and main menu changes. At the moment it’s changing too early. I haven’t found anything in the content-shortcodes.css which I have imported into my child theme. What CSS do I need to change to do this

Thanks a lot

URL: http://www.sanctifyme.org

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Hugh J. Masterson 11 years, 5 months ago

    Space-wise it may seem to switch over when the width can’t sustain a horizontal layout any more. However I’ve played with smaller sized buttons which do switch over too early when there is space left so I would be very interested to know how to tweak the code. Thanks

  2. Andrew Misplon Staff 11 years, 5 months ago

    Hi Hugh

    Try the below under Appearance > Custom CSS:

    /* Vantage increase support text breakpoint */
    @media screen and (max-width: 960px) {
    body.responsive header#masthead hgroup .support-text, body.responsive header#masthead hgroup #header-sidebar {
    position: static;
    display: block;
    margin-top: 30px;
    max-width: 100%;
    }
    }

    Adjust the 960px figure I have there. Let us know how that goes.

  3. Hugh J. Masterson 11 years, 5 months ago

    Thanks Andrew I will try that and let you know :)

  4. Andrew Misplon Staff 11 years, 5 months ago

    For sure. Hope that helps.

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