Options

Navbar-Max width not working

LaleneLalene Registered Users Posts: 30 Big grins
edited May 24, 2016 in SmugMug Customization
Hi everyone,

So I'm trying to change the top margin of my homepage navbar when viewed on some tablets; however, the max-width value I enter does not take any effect, as opposed to when I enter a min-width value only.

@media only screen and (min-width: 760px) and (max-width: 810px) {
.sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region > .sm-page-layout-region-left {
margin-top: -35px !important;
}
}

Any suggestions? :dunno

Comments

  • Options
    LaleneLalene Registered Users Posts: 30 Big grins
    edited May 23, 2016
    Got that fixed already :)
  • Options
    rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited May 24, 2016
    Hi Lalene,
    Glad to hear that! :)
    Sebastian
    SmugMug Support Hero
Sign In or Register to comment.