Support Forum
Glad you got it how you want it
Do you use the inspector in your browser? It's the best way of finding the class of what you want. Firefox for example, right click on the element you want to look at and click 'inspect element'
I think what you are looking for is:
#spMainContainer .spRowDescription {
but you might want to specify as spRowDescription could be used elsewhere, so to be accurate:
#spMainContainer .spForumTopicSection .spRowDescription {
As for the star, this is controlled by the plugin CSS file. Unified uses spcss files which you can edit to override the default CSS, and you can find those in the unified/styles folder. You want to look at sp-rating.spcss.
Again, inspect the star and you should see it gets its styling from:
#spMainContainer .spTopicRatingStars img,
Again same as before, you can specify which star you want to move from which view (so to not move all of them) by creating a new CSS rule and adding the container that the star is in to the CSS using the appropriate hierarchy.
you are welcome. glad we could help.
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)