Hi guys,
I need to target a specific module position so I can remove the 10px padding from around the borders, but what I'm attempting doesn't seem to be working.
I'm placing the following in my CSS;
#shadowwrapper #rt-transition #rt-mainbody-surround #rt-utility .rt-container .rt-grid-8 .rt-block{
padding:0;
}
This is a link to the site:
http://new.timwhetstone.com.au/Joomla3/
It's for the slideshow on the top left of the main area, I've looked at the site with the inspector in Chrome, but I can't figure out what I'm doing wrong here.
Perhaps I'm putting the CSS in the wrong place?
Any help would be greatly appreciated.