camo
newb
#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;
}
x00
Don't PM about development, I'm not currently taking on clients MVP
camo
newb
x00
Don't PM about development, I'm not currently taking on clients MVP
x00
Don't PM about development, I'm not currently taking on clients MVP
atrades
newb
<!--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>
Answers
- Spam
- Abuse
0 · Insightful Awesome LOL ·this is the position what i want..
sorry i wasn't clear to explain before..
- Spam
- Abuse
0 · Insightful Awesome LOL ·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
- Spam
- Abuse
0 · Insightful Awesome LOL ·