Responsive breakpoints may have in-between areas
-
Topic
-
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.
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.
Tagged: breakpoints, css, header, menu
I’ve noticed on a couple sites that the header and menus have in-between breakpoint issues. This happens at around 1180px wide. So, it is not responding well on smaller laptops/bigger tablet hybrids.
Public site: https://withmefit.com/
I’ve uploaded a few screenshots as well…
Site 1:
>1180: http://postimg.org/image/sgbc3k353/
<1180: http://postimg.org/image/wy0n0rv9f/
Site 2:
>1180: http://postimg.org/image/qu49xwtet/
<1180: http://postimg.org/image/6e7s17p71/
What CSS adjustments can we make to fix this?
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 */ }