Trajko
Member
Posted 8 months ago #
I started using this theme...
http://max.fearlessflyer.com/
on my website...
http://www.yupedia.com
But it turns out that on some computers with different resolutions the nav bar in the header (Home, Contact and Sitemap) seem distorted.
Here's what I mean...
On this picture with one resolution is fine...
http://dangov.com/1.jpg
But on this picture as you can see is the nav bar is distorted...
http://dangov.com/2.jpg
And idea how do I fix this?
Thank you,
Trajko
try and remove the 'min-width' from:
#access { display:block; float:right; position:relative; top:100px; margin:0 15px 0 0; min-width:900px; }
(possibly but not neccessary add it to #header)
Trajko
Member
Posted 8 months ago #
Wow, that actually helped. Thank you so much alchymyth!