Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #935439

    how would i move the “Praise & Raves” box up making the space smaller between the top box and it? I’ve been fiddling with different heights on things but nothing seems to work. the space always seems to be too large or it overlaps creating no space. ive tried changing the margins, padding, Custom top and bottom margin.. but nothing seems to work. Here is a screenshot of what im trying to do.

    #935722

    Hey jleclair87,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-206 .avia-builder-el-18 {
      margin-top:0 !important;
    }

    Best regards,
    Rikard

    #936185

    when i add that code it make the element all connected. i actually added a code similar. how would i make a small space like the sample?

    #936305

    Hi,

    Please try this instead:

    .page-id-206 .avia-builder-el-18 {
      margin-top:10px !important;
    }

    Best regards,
    Rikard

    #936810

    thanks

    #936847

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Grid boxes spacing’ is closed to new replies.