Hey guys, i was wondering if it's possible to move the logo a little to the left
and how would i go about lining header text (that's the right of the logo) to the center
Thank You
Hey guys, i was wondering if it's possible to move the logo a little to the left
and how would i go about lining header text (that's the right of the logo) to the center
Thank You
A link to your site will help us give better advice.
http://onlinev.com/z/
I'd like to move cherry zen logo left and TagLine Here a little right
could it be done ?
Thanks
Change the padding-left in #logo to 0.
Make #taglineWrapper float: right.
You could also change the padding to something like
padding:25px 8px 35px 23px;
which will give 8px right padding and 23px left padding.
Code:#logoWrapper { width:auto; } #logo { float:left; padding-left:15px; text-align:center; } #taglineWrapper { width:75%; float:left; } #tagline { font-size:1.1em; text-align:center; padding:25px 8px 35px; }
/includes/templates/your_template/css/stylesheet.css
In your case, /your_template/ is /cherry_zen/.