tculley
Member
Posted 2 years ago #
Hey all,
The site I'm working on is steriletechllc.com
The problem I'm having is that the menu is getting pushed underneath the logo div when I make the window smaller. What CSS property would I use to make it stay in place?
The same thing is happening to my sidebar and content.
CSS is here at http://pastebin.com/XHWnEwVm
-tculley
VirtualityStudio
Member
Posted 1 year ago #
did you ever figure this one out? Same thing is happening to mine :|
@VirtualityReiki
without a link to your site, making helpful suggestions to solve your problem, is virtually impossible.
it is probably done by adding some 'min-width: 123px;' to one of the styles
VirtualityStudio
Member
Posted 1 year ago #
You know - building a css layout - far less a good one - is quite an advanced skill - unfortunately many themes are unstable in this regard...........yr theme needs rewriting completely for css positioning...........
after fixing the invalid html code ( http://validator.w3.org/check?uri=http%3A%2F%2Fwww.virtuality.bz%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 ), particular moving the elements from outside the body tag into the #wrapper div, i would add a fixed width to #wrapper:
#wrapper{width:1260px;}
VirtualityStudio
Member
Posted 1 year ago #
Thanks, I'll give that a go. Knowing what to look for is half the battle. I really like the way this theme looks, so i'm just going to try and work with it to get it right :)
VirtualityStudio
Member
Posted 1 year ago #
u know viruality a site promoting digital products of yr quality deserves to be flawless and very stylish
VirtualityStudio
Member
Posted 1 year ago #
You are right... thanks for the honest feedback. :)