Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

header navigation overlap - cart contents button


busterw

Recommended Posts

Posted

try changing your class from <div id="header" class="grid_22"> to <div id="header" class="grid_24"> I believe that call is in the header.php file.

Posted

I tried that in header.php and that didn't do it. It still has the same amount of overlap, it just changed the positioning of the navigation bar itself. What is actually in header.php is this:

 

<div id="header" class="grid_<?php echo $oscTemplate->getGridContainerWidth(); ?>">

 

So, to try it I changed that to read like this:

<div id="header" class="grid_24">

 

Any other ideas?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...