fleeced Posted June 7, 2015 Share Posted June 7, 2015 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. Link to comment Share on other sites More sharing options...
Hotclutch Posted June 7, 2015 Share Posted June 7, 2015 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> Link to comment Share on other sites More sharing options...
fleeced Posted June 8, 2015 Author Share Posted June 8, 2015 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.