Hi,
When I change the layout from Stretched to Boxed, my logo moves over to the right by 36 pixels. I want to move it back, so it's left aligned. Can this be done?
Thanks
-j
Hi,
When I change the layout from Stretched to Boxed, my logo moves over to the right by 36 pixels. I want to move it back, so it's left aligned. Can this be done?
Thanks
-j
Hey,
in your style.css file you'll find (line 1970):
#top .boxed .logo {
left: 40px;
}
You can play with this value to adjust the aligning. In your case you'd want it to be 4px.
thanks, that's great :)
Glad I could help :)
Thanks from me as well. I had the same question and found this thread. The customer support here is really wonderful.
You must log in to post.