Jump to content

Urgent Help - Alignment problems after adding categories.


Recommended Posts

Since I added a few more categories to my shop it has messed up the alignment and put everything behind the main header

 

see here: www.carbenfibrecreations,co.uk

 

I have tired removing and adding modules, adding the header image again but I cant seem to get it working. Can anyone help please?

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

I have had to remove the main logo now because no one can browse the categories, as you can see everything has moved 'up' on the screen and when the logo is added it covers the main categories down to 'flywheels'

Link to comment
Share on other sites

Try removing the absolute position of the logo and see if thats how you want it.

edit 'themes/default/css/global.css' lines 548-552 and change

 

From:

#header_logo {

position: absolute;

top: 30px;

z-index: 1;

}

 

To:

 

#header_logo {

/*position: absolute;

top: 30px;*/

z-index: 1;

}

Edited by yaniv14 (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...