Open Common.css in respective theme.twobarbreak wrote:Can someone help me dial in my corners? as you can see the bottom corners of my header image are too high...
thank you much!
Code: Select all
/* Site description and logo */
#site-description {
float: left;
width: 70%;
}
Code: Select all
margin: 1px 0 0 0px;
Check out this post in this same forumghosh845 wrote:great tutorial ...... but i have some proble i want to make my header in such a way that if somebody clicks it...they will return to my home page....here is my forum http://crazzyustad.com/phpBB3/index.php ... e312bac24a check it
In common.css, find:madaros wrote:I still cant fix the site_logo position...
Code: Select all
#logo {
float: left;
width: auto;
padding: 0px 0px 0 10px;
}
Code: Select all
#logo {
float: left;
width: auto;
padding: 0;
}