Guest Posted February 26, 2015 Posted February 26, 2015 My breadcrumb bar starts over the top of the left column and it stops at the end of the middle column. Can someone please tell me how to get my breadcrumb bar to be only over the middle column of my site? I got it to not be over the right colmn but I can't move it from being over the left column. I am using oscommerce version 2.3.4
♥Tsimi Posted February 27, 2015 Posted February 27, 2015 hi k-c where exactly do you want the breadcrumb? between the columns and above the middle contents? Look at the image and tell me 1 or 2? http://tinypic.com/m/ir047o/4
♥Tsimi Posted February 27, 2015 Posted February 27, 2015 Inside your header.php you should see this piece of code <div class="grid_24 ui-widget infoBoxContainer"> <div class="ui-widget-header infoBoxHeading"><?php echo ' ' . $breadcrumb->trail(' » '); ?></div> </div> this is the piece that shows the breadcrumb. Now we remove that and add this following code inside the template_top.php at the very end of the file <div class="ui-widget-header infoBoxHeading" style="margin-top:5px;"><?php echo ' ' . $breadcrumb->trail(' » '); ?></div> that's it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.