Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] How to fix the title position become in the middle
xsilent
New
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..
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..
Tagged:
0
Best Answers
-
camo NewTry changing rounder css (this should work)
change#Head h1.Title a{
to
color:#A2CB2D;
font-size:3em;
}
and change
#Head h1.Title a{
color:#A2CB2D;
font-size:3em;
text-align:center;
margin: 0 auto;
}#Head h1.Title a:hover{
to
color:#376d01;
font-size:3em;
}#Head h1.Title a:hover{
color:#376d01;
font-size:3em;
text-align:center;
margin: 0 auto;
}0 -
camo NewEither should work, but there are so many variables, like different browsers etc
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_70 -
x00 MVP
#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.
0 -
x00 MVPxsilent you need to read up on css. This is not vanilla specific. Books from http://htmldog.com/ are good.
vertical-align is how you align in-line element vertically.grep is your friend.
0
Answers
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:
{logo} This is just place holder text. Use the default master to put whatever you want here!
Should help you