pasuay 0 Report post Posted April 5, 2010 There are 1-2 pixels of mis-alignment under the navigation bar Screenshot: http://www.flickr.com/photos/studiokanu/4491950909/ I didn't find this problem at PageLines's demo site. How can I solve it? Thanks. Share this post Link to post Share on other sites
Andrew 207 Report post Posted April 5, 2010 Line height for the theme is set to `18px` for some reason your is showing line height 19px. try `#nav {line-height: 18px;}` Share this post Link to post Share on other sites
pasuay 0 Report post Posted April 5, 2010 Thanks for your prompt reply! The problem is solved! However, I didn't find the attribute of #nav{line-height} at all from the style.css file. I needed to manually input them and set it to 18px. Is it a bug? or that entry is located at somewhere else? Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 5, 2010 #nav is definitely in the stylesheet. You might have missed it since there is so much code in there, but glad you got the problem fixed. Share this post Link to post Share on other sites