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
Margin for Titles
Avatar
Malte
Member
Free Members
Offline
Dec 20, 2011 - 1:35 pm

Hello,

how can I set a little margin (top) for the topics titles? They're currently at the top of the image, I want them to move to the middle of the images, but I can't detect the ID (Class). confused

http://www.abload.de/img/titlesvh4ax.jpg

Regards

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Dec 20, 2011 - 3:38 pm

links are so much more valuable than an image...

dont want an ID, but a class...  but you can padding or margin for:

.spGroupForumSection a.spRowName

firefox with firebug is essential for this kind of work...

Avatar
Malte
Member
Free Members
Offline
Dec 20, 2011 - 4:27 pm

Thanks, but it doesn't work work for me. confused

I also tried ".spColumnSection spLeft" but it doesn't take affect as well.

Regards

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Dec 20, 2011 - 4:41 pm

link please...

Avatar
Malte
Member
Free Members
Offline
Dec 21, 2011 - 6:29 am

Here

Thanks.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Dec 21, 2011 - 9:40 am

for some reason, I thought we were on a different page view...

so just change css for:

#spMainContainer .spGroupViewSection .spHeaderName

or did  you really mean to link to a forum view???

Avatar
Malte
Member
Free Members
Offline
Dec 21, 2011 - 12:49 pm

#spMainContainer .spGroupViewSection .spHeaderName

Thanks, this works for the titles but I want to move the text in the column.

http://www.abload.de/img/test3byqg0.jpg

http://www.abload.de/img/test4j2pul.jpg

Regards

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Dec 21, 2011 - 1:06 pm

so earlier you indicated you wanted spacing between..now you want to move the whole thing down?

you really need to grab firefox and firebug... invaluable and easy to use for these sorts of things...

on forum view:

.spForumTopicSection a.spRowName

add how ever much top padding you want...

on group view:

.spGroupForumSection a.spRowName

add how ever much top padding you want...

note they are similar and might be able to just change the a.spRowName if you want them the same and anywhere else it might be used... I was specific to the two locations you pointed out...

give firebug a try! wink

Avatar
Malte
Member
Free Members
Offline
Dec 21, 2011 - 2:27 pm

Thanks, Firebug is really useful. The following code works fine for me so far:

#spMainContainer a.spRowName {
        font-size: <?php echo($aspRowName); ?>;
        font-family: <?php echo($headingFontFamily); ?>;
        font-weight: <?php echo($headingFontWeight); ?>;
        margin: 2px 10px 2px 0;
          padding-top: 13px;
        display: block;
}

 

Regards

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Dec 21, 2011 - 2:43 pm

np. glad to help.

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