Customizing SMF > Theme Site Themes

Blaze

(1/2) > >>

Adk-Team:
Link to the theme

Author:
Adk-Team

Demo:
www.demo.smfpersonal.net

!RFAN:
heay thanks for the theme... m uusing this theme ryt now... can u tell me how can i change its width... plz

lucas-ruroken:
Test this:
css/index.css
Search:

--- Code: ---#content {
text-align: left;
padding: 0; margin: 0 auto;
}

--- End code ---

and add your width.

--- Code: ---#content {
text-align: left;
width: 980px;
padding: 0; margin: 0 auto;
}

--- End code ---

!RFAN:
hey thanks.. btw..may i put logo img??

lucas-ruroken:
<h1 id="logo">',$context['forum_name'],'</h1>   


replace with

<h1 id="logo"><img src="yourlogo" alt="" /></h1>


Greetings

Navigation

[0] Message Index

[#] Next page

Go to full version