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

    I figured out how to control the padding of the avia columns universally with this custom styling:

    body.column-top-margin {
    margin-top:0px;
    }

    But when i put a specific page id to limit that change to only a single page, it does not work:

    .page-id-XX .body.column-top-margin {
    margin-top:0px;
    }

    Any suggestions?

    #433427

    Hey fgrippe!

    Thank you for coming back.

    You can try to add !important like:

    
    margin-top: 0px !important;
    

    .

    If this does not work, can you give us a link to this page please? Then we can check and give you the correct CSS.

    You can post it here as a private reply.

    Cheers!
    Günter

    #433464
    This reply has been marked as private.
    #433908

    Hi!

    It should be:

    .page-id-XX .column-top-margin {
    margin-top:0px;
    }

    Best regards,
    Ismael

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