This discussion is related to the
Rounder addon.
I have big interest to use rounder theme.. but after i instaled. I see my website title is not in the middle position.. actualy i dont really know about css code.. could you give me the instructions how to solve this..
this is the screenshot

or you can visit to my website directly,
http://gudangartikel.net/you can send me to the my email aziestxsilent@hotmail.com. because since I use this forum i dont know how to accept the reply from others..
thanks for your themes.. I apreciated this..
Comments
change to and change to
grep is your friend.
*edit it is not quite right*
grep is your friend.
by the way x00 (hijacking apology to xsilent :)) could please take a look at this for me mate, its got me truely stumped
http://vanillaforums.org/discussion/17447/rss-feed-not-working-v-2.0.18rc#Item_7
#Head {background: url("bg_content_top_nobox.png") repeat scroll 0 0 transparent;
height: 230px;
padding: 0;
text-align: center;/*add this*/
}
body #Head h1 {display: block;
/*margin: 25px 0 0 40px;*//*remove this*/
padding: 30px 0 0;/*add this*/
clear:both; /*add this*/
}
grep is your friend.
grep is your friend.
this is the position what i want..
sorry i wasn't clear to explain before..
vertical-align is how you align in-line element vertically.
grep is your friend.
I just modified ur code become this
#Head {
background:transparent url(bg_content_top_nobox.png) repeat scroll 0 0;
padding:0;
text-align: left;
height:230px;
}
body #Head h1 {
margin: 55px 0 0 40px;
padding: 30px 0 0;
clear:both;
}
then my theme will be look like this..
Thank you so much.. @x00 and @camo
@x00 , ah well, ya cant win 'em all eh! :)
in the header change the logo code for the following:
<!--Load custom logo from banner options--><table width="850" border="0">
<tr>
<td><h1 class="TITLE"><a href="{link path="/"}">{logo}</a></h1></td>
<td><div id="t-right">
<p class="intro">This is just place holder text. Use the default master to put whatever you want here!</p>
</div></td>
</tr>
</table>
Should help you