Customizing SMF > Theme Site Themes

PremiumMGC

<< < (7/10) > >>

phantomm:
change width in:

--- Code: ---div#wrapper
{
margin: 0 auto;
width: 950px;
}
--- End code ---

and

--- Code: ---#header div.frame
{
display: block;
width: 950px;
margin: 0 auto;
}
--- End code ---

after that you have to regulate margin in #user_box and add in div.slider

--- Code: ---margin-right: ***px;
--- End code ---

of course instead *** add value in pixels :)

tMicky:
how do I remove the search bar under the logo area and move up the board contents?

tMicky:
How do I reduce the space between the top of the content area and News section?

Ricky.:
I am not sure what you have done but if you really want to reduce space then

--- Code: (Find in Themes/premiummgc/css/index.css) ---
#main_menu {
    background: url("../images/theme/menu_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #C1C1C1;
    border-radius: 8px 8px 8px 8px;
    height: 33px;
    margin: 2.4em 0 0;
    padding: 0 0.5em;
    width: 936px;
}
--- End code ---

--- Code: (Replace) ---
#main_menu {
    background: url("../images/theme/menu_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #C1C1C1;
    border-radius: 8px 8px 8px 8px;
    height: 33px;
    margin: 0;
    padding: 0 0.5em;
    width: 936px;
}
--- End code ---

Again find in same file :

--- Code: ---#top_section div.news {
    bottom: 64px;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 0;
}
--- End code ---
Replace with :

--- Code: ---#top_section div.news {
    bottom: 64px;
    color: #224264;
    float: right;
    position: absolute;
    right: 0;
}
--- End code ---

Try one by one and let me know if that works.. you may need to do few more changes as per need.

tMicky:

--- Quote from: Ricky. on September 18, 2012, 01:52:26 AM ---I am not sure what you have done but if you really want to reduce space then

--- End quote ---
Thanks for replying. What I'm looking for is how to reduce the spaces on the board index, the areas the arrows are pointing to.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version