|
How to change the logo side? 1 Year, 8 Months ago
|
Karma: 0
|
|
Hi, How can I change the logo side? I want the logo in the center.
Waiting for an answrer,
Thank you very.
|
|
Maxx
Fresh Boarder
Posts: 4
|
|
|
|
|
Re: How to change the logo side? 1 Year, 8 Months ago
|
Karma: 7
|
|
The method to change the logo's position is to modify the css that determine the position of logo.First, if you use the glass_gray template, please find the stylesheet.css in the glass_gray directory and find the code illustrated below.
#headerBar #siteLogo img {
display: block;
position: static;
margin: 8px 0 0 25px;
}
please increase value of margin-left so that change the site logo's position that you want.
If you use the default template, the method is same.
|
|
|
|
|
|
|
Re: How to change the logo side? 1 Year, 8 Months ago
|
Karma: 0
|
|
it's not working, the logo right now in the right side of the website,
i make is like that:
#headerBar #siteLogo img {
display: block;
position: static;
margin-left: 8px 0 0 25px;
and it's not working so i try to do this like this:
#headerBar #siteLogo img {
display: block;
position: static;
margin: 8px 0 0 25px;
margin-left:100px
it's still not working, the logo is still in the right side, what can i do?
|
|
Maxx
Fresh Boarder
Posts: 4
|
|
|
|
|
Re:How to change the logo side? 1 Year, 6 Months ago
|
Karma: 0
|
|
It's still not working, the logo is still in the right side.
Here is the code in my stylesheet.css:
#headerBar #siteLogo img {
display: block;
position: static ;
margin-buttom: 8px 0 0 25px;
}
I try a a lot of times in different settins but the logo stay allways in the right side of the page
Please help me to fix this problem and change the logo side to the center of the page.
Thank you very very much.
|
|
Maxx
Fresh Boarder
Posts: 4
|
|
|
|
|
Re:How to change the logo side? 1 Year, 6 Months ago
|
Karma: 29
|
|
can you show the url of your store so that we can check it ?
|
|
|
|
|
|
|