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.
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
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?
Hi,
Please try this instead:
.page-id-206 .avia-builder-el-18 {
margin-top:10px !important;
}
Best regards,
Rikard
thanks
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