Hai, there I am a newbie in PHP/HTML. I have some experience but not enough to change all this code by myself.
I want to change the position of my site logo to the center.
Here are the code:
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<div id="logo">
<a href="<?php echo $this->params->get('logo_link')?>">
<img style="width:<?php echo $this->params->get('logo_width')?>px; height:<?php echo $this->params->get('logo_height')?>px; " src="<?php echo $this->params->get('logo_file')?>" alt="Logo" />
</a>
</div>
</div>
Thanks in advance.
Best regards,
Joey