Hi
Can anyone help?
I have placed my logo on the Opencart header and have moved the cart and search box to centre. I want to add a second image in the white space that remains to the right. Everything I have tried does not work. Can anyone provide how I should proceed? Would welcome comments
Your issue is more of a bootstrap issue, once you figure out how bootstrap works you will be able to put everything in the correct place
Thanks for response. Finaally solved it using php code. This was the code that solved it.
<div class="col-sm-4"><?php echo $search; ?>
<div class="pull-right">
</div>
<div class="col-sm-13"><?php echo $cart;?></div>
<div class="pull-right">
</div>
</div>
<div id="AFlogo"><img src="image/catalog/AFLogo.png" width="375" height="300"<img align="centre> alt="class="img-responsive">
</div>
My site is on local host as I am developing it for someone else.
<div class="col-sm-4"><?php echo $search; ?>
<div class="pull-right">
</div>
<div class="col-sm-13"><?php echo $cart;?></div>
<div class="pull-right">
</div>
</div>
<div id="AFlogo"><img src="image/catalog/AFLogo.png" width="375" height="300"<img align="centre> alt="class="img-responsive">
</div>
My site is on local host as I am developing it for someone else.
I don't see any php code there
Plus bootstrap is a 12 column grid, so not sure what effect your col-sm-13 will have (probably nought) may as well remove that class (unless you have created one in the stylesheet.css
Plus bootstrap is a 12 column grid, so not sure what effect your col-sm-13 will have (probably nought) may as well remove that class (unless you have created one in the stylesheet.css
Who is online
Users browsing this forum: No registered users and 9 guests