PremiumMGC

Started by Ricky., March 17, 2012, 08:12:25 AM

Previous topic - Next topic

simon36

Quote from: phantomm on April 01, 2012, 02:43:29 PM
awesome theme :) I like styles for [code] and [quote] tags

Thanks, working now. Although the theme is great it may be a little narrow for my forum, my posted pictures have sliders on them now.

OnzeDanny

Very nice, clean and structured written theme  ;)

Zuća

how to move to the left ... this is now in the middle?


Ricky.

Search for .poster {
    float: left;
    text-align: center;
    width: 15em;
}

in Themes/premiummgc/css/index.css

Replace with
.poster {
    float: left;
    width: 15em;
}

SuperBrian91

#24
Very nice theme really love the layout and everything on it, I just got a question is there anyway to make the header were the logo is a bit bigger so my logo will fit and won't be really small or block the "search" bar?  Thanks in advance.

Adrek

Just installed this theme on my new site, and found this:

Isn't this little too dark?

Quote from: Ricky. on March 17, 2012, 08:12:25 AM
You can change theme features at :
SMF Admin --> Configuration --> Current Theme

(Assuming that Theme Concept3 has been selected as overall SMF theme on your forum).
I guess this (yellow part) shouldn't be here :)
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

Bigguy

Ricky, I made mine wider but had to do a lot of playing around with the drop down menu to make things work. Not sure now of all the changes I did to do it, lol.

janiu

Thanks for a nice theme. I really like it. Just one question (for now); how do i remove the search form under the logo?

janiu

Quote from: janiu on April 24, 2012, 10:04:01 PM
Thanks for a nice theme. I really like it. Just one question (for now); how do i remove the search form under the logo?

Anyone left here?

johnpaul2k2

Please Ricky. is it anyway i increase or expand the width because when i add SIMPLE PORTAL. it will compress everything. please help me

Adrek

change width in:
div#wrapper
{
margin: 0 auto;
width: 950px;
}


and
#header div.frame
{
display: block;
width: 950px;
margin: 0 auto;
}


after that you have to regulate margin in #user_box and add in div.slider
margin-right: ***px;

of course instead *** add value in pixels :)
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

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) Select


#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;
}

Code (Replace) Select


#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;
}


Again find in same file :

#top_section div.news {
    bottom: 64px;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 0;
}

Replace with :

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


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
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.


Ricky.

Hmm.. if you had explained it earlier properly, it would have saved my time, anyways, for this you need to again edit index.css of premiumMGC
Code (Find) Select
tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
    padding: 0.3em 0.7em;
}

Code (replace) Select

tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
    padding: 0 1px;
}

It may affect other areas, you may try adjusting the values yourself.

tMicky

Quote from: Ricky. on September 18, 2012, 06:13:54 AM
Hmm.. if you had explained it earlier properly, it would have saved my time, anyways, for this you need to again edit
It may affect other areas, you may try adjusting the values yourself.
Thank you so much for helping.

ps. This is a really good theme and the best for a noob like me.

Ricky.

No problem and thanks  you liked it :)

.Vapor

Hey ricky, how can I do 3 things?

1. Add top and bottom padding to every post. So I can add some space between all posts.

2. Add a colored background to every other post.

3. Add a centered banner at the very top of the page?

I will link to a screenshot to explain what I am looking for, thanks for the help.

Link to site - http://teamfod.com
Smf version - 2.0.2




Ricky.

Your screenshot helped a lot to understand things..

Answer :
1. I don't know what you have done, but in theme package, there is proper gap with every post, you may have changed something or some mod..

2.  In your index.css of premiummgc
Add following in the end of file :
#forumposts div.windowbg2 {
    background: url(../images/theme/NAMEOFYOURIMAGE) no-repeat;
}

Upload your image to Themes/premiummgc/images/theme and give its name in place of NAMEOFYOURIMAGE , you may need to do some adjustment as per your need.
3. Not clear about this one, where you want to add it  ?

Advertisement: