News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Curve Adk

Started by lucas-ruroken, April 10, 2010, 05:28:16 PM

Previous topic - Next topic

Jesna

Thank you for the update ;)

/Jakob

lucas-ruroken

Adk Portal 3.1 is coming....

Design your universe!

sgharpist

Hi Folks,

Version of SMF: 2.0.5
Theme used: hxxp:dk%20curve%20http://custom.simplemachines.org/themes/index.php?lemma=2131 [nonactive]
URL of my forum: hxxp:www.sgharpist.com/forum [nonactive]

Question:
How do I adjust the height of the white border shown in attached file so that it can be aligned to my forum logo?

Thank You

Adk-Team

Test please...

In file index.css Search:


#top_section
{
min-height: 65px;
overflow: hidden;
margin-bottom: 3px;
}


Replace with:

#top_section
{
min-height: 65px;
overflow: hidden;
margin-bottom: 3px;
margin-top: 70px;
}



Search:


#header div.frame
{
background: url(../images/theme/main_block.png) no-repeat 100% -240px;
display: block;
padding: 5px 20px 0 0px;
}


Replace with:

#header div.frame
{
background: url(../images/theme/main_block.png) no-repeat 100% -240px;
display: block;
padding: 5px 20px 0 0px;
margin-top: -70px;
}



sgharpist

Thanks a lot. It works now! :)

Advertisement: