Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #300574

    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!

    #300583

    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

    #300597
    This reply has been marked as private.
    #301098

    Hey!

    If you’re not using the advance layout editor, try to enclose the text or objects inside a div or section with a class of .av_textblock_section. Something like this:

    <div class="av_textblock_section">
    CONTENT HERE
    </div>
    

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.