Hi!
I wonder how i place the description directly below the blog title? as you can see here http://www.videsignar.se they are next to each other.
Plz help!
Hi!
I wonder how i place the description directly below the blog title? as you can see here http://www.videsignar.se they are next to each other.
Plz help!
edit this style in style.css:
#site-title p.headline{float:left;border-left:1px solid #999;margin:0 0 0 1em;padding:.2em 0 .2em .8em;font-weight:normal;font-size:140%;line-height:64px;letter-spacing:0.4em;}
delete: border-left:1px solid #999;
add: clear:left;
change: margin:0 0 0 0em;
change: line-height:44px;
change: padding:.2em 0 .2em .1em;
adjust the numbers as you like.
(mystique might have a custom way to change styles, so that the changes are safe for upgrades)
Wow! Thanks! great awnser!!!
This topic has been closed to new replies.