Search the Community
Showing results for tags 'screensize'.
-
Site URL: http://themushroom.pub I'm having an issue with my website, on smaller screens (and zoomed in up to 150% on my screen) the top menu is stacking unattractively. The elements ('login' link, social icons and cart) end up behind the regular links (see fig 1) and the others jump about more than I'd like even when they're not overlapping (fig 2). I've had a look on this forum and tried this solution: @media screen and (max-width:1100px) { .Header{ display: none !important; } [data-nc-base="mobile-bar"] { display: block !important; } } But it doesn't seem to have done a
- 1 reply
-
- navigation
- menu
-
(and 3 more)
Tagged with:
-
Site URL: https://bassoon-oleander-texb.squarespace.com/ Site password: 12345 Right now, I have a "SHOP" Button in my navigation bar that I moved closer to the Cart icon using CSS edits to its spacing. However, when the window size is reduced/expanded, it moves with the other navigation items and the spacing I'm looking for gets messed up. I've currently used multiple lines to edit the spacing based off the window size as a basic fix: @media only screen and (min-width: 1270px){.header-nav-item:nth-child(5){ margin-left: 280px !important; margin-right: 5px !important;
- 8 replies
-
- css
- navigation
-
(and 3 more)
Tagged with:
-
Hi! Can anyone help we with adding more breakpoints for farious screensizes? tablet an mobile might be fine as it is, but for pc screen I definitly need at least one more step in beetween. can anyone help me please? thank you!
-
- breakpoints
- responsive
-
(and 2 more)
Tagged with:
-
add more responsive steps / more grid options
Renderino posted a question in Coding and Customization
hi there! is there a way to add more responsive steps than 'screen', 'tablet' and 'mobile'? for better understanding: on an imac the grid has 5 columns ->ok! on an tablet 3 ->ok! but in between there are no options and I would need less columns on a laptop compared to a large imac screen. ... anyone? Thanks!- 1 reply
-
- columns
- responsive
-
(and 3 more)
Tagged with: