XF 1.3 How to fix margin/padding in resource manager/remove borders

PAPPACLART

Active member
Hey Gents

Recently purchased the resource manager and have been playing with it on my test site.

How do I fix the text in the message as there is no margin/padding. Had a look around the style variables but can not find one that relates .

http://todo10.com/xenforo35/index.php?resources/gbrc-gt300-event.2/

Also how do I get rid of/change colour these borders that surround the resources, as well as the ones on the side bar? http://todo10.com/xenforo35/index.php?resources/

Also same problem with thread thread listing borders, can not find where to remove/change them?
http://todo10.com/xenforo35/index.php?forums/welcome-to-gt-arena.163/

If it helps I am using UIX drift theme.

Thanks
 
If there are no Style Properties for those, you will need to use EXTRA.css or modify the templates directly.

You can use a browser inspection tool to see which classes you need to target.
 
You can see here how I have changed it to red.
upload_2014-5-13_15-48-45.webp

So you would use this in EXTRA.css:
Code:
.resourceListMain
{
border-color: red;
}
 
Thanks Brogan, though still does not work for me. I think it may be the theme as from memory it was possible to change the borderc the style editor on the default theme. I will check with theme dev.
 
Top Bottom