I would like to increase the margin for headlines and bodycopy in order to have it in line with the menu and logo. I added the following to the Quick CSS field:
.av_textblock_section {
margin: 12px; }
However, this only works out for the front page, but not for all the other pages, although they use the same (Standard) templates as the front page. Any ideas? Alternatively, I would be happy if I could change the margin for the logo and menu (left-aligned) in order to have a consistent left margin through all content elements.
I am not fluent in CSS, only trying to find out via trial and error and by examining code with Firebug, so a fool-proof explanation would be fine ;-).
Thanks in advance!
Hey Annette!
Can you please post the link to your website?
You can add !important rule to your code to force it, as following
.av_textblock_section { margin: 12px !important; }
Best regards,
Yigit