<em>@mg78 205683 wrote:</em><blockquote>I’m sure this is a fairly simple routine but it has been frustrating me for some time now. I’m looking to remove the padding from left1, left 2 and main so that they link together without any spacing. I have tried firebug in firefox but it doesn’t seem to show up any padding and its difficult to know eactly where to fine the div or class? I would be most grateful for any help here?
This is a link to the website using blank template jat3framework version 2.
http://www.pharmhealth.co.uk
:confused:</blockquote>
Hi,
First of all I would like to remind you that for development stage of your website and especially template, you should disable cache and compression.
Read more here http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#System_Settings
and here http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Compression_Settings
Now about your request, please find in your template.css the following code
.main .inner {
padding-left:15px;
padding-right:15px;
}
replace or add this code
.main .inner {
padding: 0;
}
Hope this helps,
Danny