Jump to content

[solved] Navbar shifts when in catalogue mode?


Recommended Posts

Probably a simple solution but I can't seem to find the answer for it.

 

When in normal mode, my navbar is in the position I positioned it, lovely.

 

When I put it in catalogue mode however, which I use when I'm not open for trading, the navbar shifts up quite a few pixels.

 

Can someone nudge me in the right direction, I can be a bit of a newbie at times.

 

My site is www.drunkenskunk.co.uk and is in catalogue mode at the minute.

 

Thanks!

Edited by jamieianosborne (see edit history)
Link to comment
Share on other sites

Try this:

 

Probably in /modules/blockuserinfo/blockuserinfo.css

 

You have the following code:

#header_right #header_user {

   clear: both;

   float: right;

   margin: 15px 20px 0 0;

   min-height: 70px;                    <- try to add this

}
 
Try to add this, save and switch between catalog/non-catalog mode.
 
Hope it helps...
pascal.
Link to comment
Share on other sites

×
×
  • Create New...