surrfman Posted March 21, 2011 Share Posted March 21, 2011 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 More sharing options...
Guest Posted October 1, 2011 Share Posted October 1, 2011 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.