Support Forum
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).
http://www.abload.de/img/titlesvh4ax.jpg
Regards
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...
Visit Cruise Talk Central and Mr Papa's World
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???
Visit Cruise Talk Central and Mr Papa's World
#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
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!
Visit Cruise Talk Central and Mr Papa's World
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
1 Guest(s)