
Yowie
-
Posts
8 -
Joined
-
Last visited
Posts posted by Yowie
-
-
Well thank you all for the help and comment I have been watching a lots youtube vids about bootstrap and I did some change in the code by myself. I not that I did nothing to change it. I simply do not have the time now to go and spent hours trying to fix this problem. But thanks anyway for all the help I will find a way the fix this
This is what I have changed now logo is center (<div class="col-lg-4 col-lg-offset-4">). so learn something new but just need to be patience!! Have a good one thank and ciao
-
Well thank you all for the help and comment I have been watching a lots youtube vids about bootstrap and I did some change in the code by myself. I not that I did nothing to change it. I simply do not have the time now to go and spent hours trying to fix this problem. But thanks anyway for all the help I will find a way the fix this.
-
Since you are using Bootstrap you can just use the column offset class to move it over.
Thanks but I don't know how to do this that is why I am asking for help.
-
This is what there told me:
You need move this "div" to any other place,
Regards
Andrew
OrdaSoft team -
You apparently have a Class defined that manages to display your logos (and other things?). Seems like kind of limited purpose for an entire Class. But since you have it, shouldn't there already be some kind of positioning logic built into that Class? Did you write this code/class? If so you should step back and get a better handle on classes.
No there are not. I have asked the template company to help but there says I can pay them to do it for me. I need to learn how I can change it by myself.
-
You apparently have a Class defined that manages to display your logos (and other things?). Seems like kind of limited purpose for an entire Class. But since you have it, shouldn't there already be some kind of positioning logic built into that Class? Did you write this code/class? If so you should step back and get a better handle on classes.
No, I haven't written this code. I just want to change the position of the logo on my site. I have already as the template builder, but there say I have to pay them to change it for me if I don't understand html/php. I just want to learn how to do it.
-
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
Need help changing code in index.php
in HTML Help
Posted
This is what I have changed now and the logo is center (<div class="col-lg-4 col-lg-offset-4">). so learn something new but just need to be patience!! Have a good one thank and ciao