I can't find where the padding is on the section name. It currently looks like its indented by about 10px but when I look at the code it takes me to: <h1><actinic:variable name="SectionName" /></h1> in the style sheet this doesn't show any padding and despite looking through the css I can't locate it. Help!
Announcement
Collapse
No announcement yet.
Can't find Left padding on SectionName
Collapse
X
-
are you saying you haven't found your h1 in the stylesheet?
If you're having problems locating it, open your actinic.css and right click and choose 'Find'
Then type in h1 and click 'find next in code'
h1 often does have padding by default so it could be coming from here.
alternatively, look at your offline (or online) page in Firefox with the Firebug plugin and it should help locate where the padding is coming fromTracey
Comment