This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Responsive breakpoints may have in-between areas

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #25492
    Jason Bobich
    Keymaster

    Hi,

    This just has to do with how many buttons you have on your menu bar. In designing your site, you’ll need to take this into account. If you want to tackle through CSS customization, you could always make the buttons smaller by changing the font size or padding on them, at whatever custom viewport sizes you want.

    @media (min-width: 992px) and (max-width: 1180px) {
    	/* Style anything your heart desires from 992px to 1180px */
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.