Tagged: 

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

    I would like to add margin-top: -100px; to the red boxes on the page. The red boxes should overlap a bit with the image above it.
    I tried but doesn’t seem to work.
    Should i add it to flex_column_table av-equal-height-column-flextable -flextable or post-entry?

    Also when i place name into custom css class, the name disappears when i save it.

    #1133479

    Hey 1121,

    Add this to quick css:

    #av_section_2 .container .template-page.content.av-content-full.alpha.units{
    z-index:9999!important;
    margin-top:-100px;
    }

    Best regards,
    Jordan Shannon

    #1133484

    Thanks Jordan. Works like a charm!

    #1133494

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘post entry – margin top’ is closed to new replies.