screen size dependent margins
mbridge87
Registered Users Posts: 85 Big grins
Hey everyone,
I've been tinkering some more with the menu on my site but am coming across some troubles.
This is my site: http://www.maxbridge.co.uk/
I've moved the nav bar up so that it is in line with the words "portrait photographer". However, when resizing the browser window all the text overlaps at a certain point. Hence I thought I could put some code in to move the nav bar back down below, the "portrait photographer" part, when it got to that point. I've been using the following code and would love some help:
@media only screen and (min-width: 641px) and (max-width: 800px) {
.sm-page-widget-5387361 {
margin-top: 16px;
}
All I need is for it to move down earlier but whatever I do I can't get it to do this. I've tried changing the "px" values but for some reason it does not work.
Help please!
I've been tinkering some more with the menu on my site but am coming across some troubles.
This is my site: http://www.maxbridge.co.uk/
I've moved the nav bar up so that it is in line with the words "portrait photographer". However, when resizing the browser window all the text overlaps at a certain point. Hence I thought I could put some code in to move the nav bar back down below, the "portrait photographer" part, when it got to that point. I've been using the following code and would love some help:
@media only screen and (min-width: 641px) and (max-width: 800px) {
.sm-page-widget-5387361 {
margin-top: 16px;
}
All I need is for it to move down earlier but whatever I do I can't get it to do this. I've tried changing the "px" values but for some reason it does not work.
Help please!
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
No need to feel foolish....done it before myself. Glad it worked.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk