nimueth: (fringe // wear protection)
Nimueth ([personal profile] nimueth) wrote in [community profile] style_system2015-10-29 12:39 pm
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!
vorador: (Default)

[personal profile] vorador 2015-10-29 07:54 pm (UTC)(link)
i think i figured it out. look for 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.
Edited 2015-10-29 19:54 (UTC)
vorador: (Default)

[personal profile] vorador 2015-10-29 09:00 pm (UTC)(link)
yes, that's right. i've never used the theme you're using so i don't know if there's a way to change the navbar margins from the editor. in case there isn't, here's the css to fix your problem: html, body {margin:0!important;}. just add it in the custom css box.
Edited 2015-10-29 21:00 (UTC)
vorador: (Default)

[personal profile] vorador 2015-10-29 09:12 pm (UTC)(link)
super! i'm glad i could help :D