Nimueth (
nimueth) wrote in
style_system2015-10-29 12:39 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Navigation strip cut at sides.
I'm using Dusty Foot theme and I noticed that the navigation strip gets cut at the page border (which I've left transparent). This is the first time in over a year that I visit DW from a PC, but I've had this theme for ages and I'm pretty sure the navbar used to stretch out on the entire screen. I would like to restore that look, if it's at all possible. Thanks!
no subject
html body {margin-left: 195px; margin-right: 195px;}
in the custom stylesheet and delete everything between the curly brackets. that should fix your navstrip problem.no subject
no subject
html, body {margin:0!important;}
. just add it in the custom css box.no subject
Thank you very much!
no subject