Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Widening Header Navigation Bar 2.3.1


surrfman

Recommended Posts

I'd like to say thanks for all the help I have received from the community members lurking in these forums!

 

My current botching of code revolves around coaxing the header nav bar (a.k.a. breadcrumb bar) to comply with my wishes that it reachout and fill the entire width of the white body area behind?

 

any input would be greatly appreicated.

 

the site is www.discountegauges.com

 

thanks a bunch for everyones help!

 

Timmy C

Link to comment
Share on other sites

  • 6 months later...

Did you ever get it figured out?

 

Find in includes/header.php

 

<div class="grid_24 ui-widget infoBoxContainer">
 <div class="ui-widget-header infoBoxHeading"><?php echo '  ' . $breadcrumb->trail(' » '); ?></div>
</div>

OR it could be this:

<div class="ui-widget-header container_<?php echo $oscTemplate->getGridContainerWidth(); ?>">
<?php echo '  ' . $breadcrumb->trail(' » '); ?>
</div>

Replace with:

 <div class="ui-widget-header infoBoxHeading"><?php echo '  ' . $breadcrumb->trail(' » '); ?></div>

 

That should work.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...