Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
Rows too tall in using the Creativix theme with Simple-Press
Avatar
sparky1946
Rookie
Free Members
Offline
Feb 12, 2012 - 2:31 pm

I apologize... (Grandma who doesn't know much about php)... http://www.jeffreyreeves.co/forum 

 

Rows look normal in the twentyten themes.  I am using Creativix.  Is there a simple fix? If not, I'll just use another theme as I am just getting started.  I am used to just using css to fix things but with this theme they have css in style.php and php code in their style.css. When I try to make changes, nothing seems to happen.  If you can fix it, please be very specific as to which file to put code.

Thanks much for your help and I will certainly donate to your cause as this forum is very well documented for us seniors..

Sparky1946

Avatar
Yellow Swordfish
Glinton, England
SP Master
Offline
Feb 12, 2012 - 2:57 pm

You basically have two things playing havoc with the forum there from the wp theme:

.content div {
    clear: left;
    display: block;
}

is causing the big gaps and lack of cohesion in columns - both statements - and

.post p {
    display: block !important;
    line-height: 24px !important;
    padding-bottom: 10px !important;
}

is responsible for the big gaps between items in the stats area (for example). The line height and padding.

Problem is what effect would removing them have on the rest of the site?

Although you could define specials for the forum to follow to counter this.

andy-signature.png
YELLOW
SWORDFISH
Avatar
sparky1946
Rookie
Free Members
Offline
Feb 12, 2012 - 4:30 pm

What would those specials look like?  I do not understand that term?  Sorry again...

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Feb 12, 2012 - 4:43 pm

he means special css code to keep your wp theme from being too greedy...  so in either your wp theme or sp theme (make your own, dont edit ours to prevent losing changes on updates), add

.content #spMainContainer div {clear:none;}

.post #spMainContainer p {padding-bottom:0 !important;}

Avatar
sparky1946
Rookie
Free Members
Offline
Feb 12, 2012 - 5:57 pm

Thank you so much!

That did it for me after hours of messing up..

I am contributing right now!

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Feb 12, 2012 - 6:06 pm

good news! glad you are off and running... let us know if you have any more issues...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625