Hi,
As you can see in the SC there is still a considerable amount of space between the masthead and the title of the article. I've tried to remove the padding in the code but it's not enough. How can I fix this? It's a problem with all my articles so I would need to be able to adjust the code for each one so it fixes everything.
Thx, Sam
Hi sampardon
You can add a negative value to the margin-top for your mainbody
try adding this to your custom.css
.t3-mainbody { margin-top:-40px; }
You can change the px values to adapt it as you wish
Regards
thx