Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #845969

    I am trying to reduce the top margin of 3 – 1/3 layout containers here: http://ustriminc.com/ely/home2/ (top 3 images). I created a custom css class and used the following css:
    .cw-col .flex_column av_one_third {
    margin-top:14px !important;
    }
    Didn’t work. I have difficulty with getting any custom css classes to work using this feature. Thank you!

    #845972

    Figured it out. Added this style:
    .cw-col div .av_one_third {margin-top:14px !important;}

    #845992

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce top margin of specific layout elements’ is closed to new replies.