How do I shrink the header on my site and move the Logo to the Left side of the page.
Thanks
Hi, sorry for replying late could you clarify your question and take the screenshot of your page so that we can support to you in the most effective way
I would like to move the logo lower and further to the Left. Is there a special CSS code that I can add to make this happen. Thanks
how do you want to move the logo futher to the left?
or
Left like the first one.
Hi you ! Follow my instruction ...
- Open the file template/index.php line 173 which begins by <div class="md-logo">
- Then you would need to change the old code into:
<div class="md-logo"> <div class="wrap860 float-left"> <h1 class="float-left"> <a href="#">Our website is coming soon</a> </h1> <span>Our website is coming soon</span> </div> </div>
- Next, open the file style.css in the folder css and then add some codes like this:
.float-left {text-align: left; } .md-logo h1.float-left {background-position: left center;}
- Save all files , refresh brower and you've got what you want !!!! Let's go !!!!
WPPRIME TEAM SUPPORT !!!
Hi,
sorry for replying late
could you clarify your question and take the screenshot of your page so that we can support to you in the most effective way
I would like to move the logo lower and further to the Left. Is there a special CSS code that I can add to make this happen.
Thanks
how do you want to move the logo futher to the left?
or
or
or

Left like the first one.
Hi you ! Follow my instruction ...
- Open the file template/index.php line 173 which begins by <div class="md-logo">
- Then you would need to change the old code into:
<div class="md-logo">
<div class="wrap860 float-left">
<h1 class="float-left">
<a href="#">Our website is coming soon</a>
</h1>
<span>Our website is coming soon</span>
</div>
</div>
- Next, open the file style.css in the folder css and then add some codes like this:
.float-left {text-align: left; }
.md-logo h1.float-left {background-position: left center;}
- Save all files , refresh brower and you've got what you want !!!! Let's go !!!!
WPPRIME TEAM SUPPORT !!!