Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I insert the "oscommerce banner" next to category title in OSC Bootstrap?


fleeced

Recommended Posts

Posted

Loving this OSC bootstap and starting to make minor changes using Firebug. Remember the old "oscommerce" banner that used to be at the footer in OSC 2.2?

 

I want to put that next to the category/manufacturer header text. I assume I will have to create a new CSS property to do this and align it next to the text?

 

It is called <div class="page-header">

  <h1>My Category/Manufacturer Header Text</h1>
</div>
 
Any ideas? It could even be a set 468x60 rather than banner, but considering that i built in thought I'd use that.
Posted

Untested, buy you can try



<div class="page-header">
<span class="pull-right"><img src="images/image.gif" alt="" title="" width="" height="" class="img-responsive" /></span>
<h1>My Category/Manufacturer Header Text</h1>
</div>
Posted

You absolute diamond, got it working. Edited line 43, 218 and 261 in index.php

 

Thanks so much, I'll check how it looks on mobile tomorrow.

Archived

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

×
×
  • Create New...