Hi,
I managed to decrease the margin between the lay-out elements using:
div .av_one_half {margin-top:20px; margin-left:1%; width:49%;}
However, the first block on all pages is not in line with the other lay-out elements…
How can I get the first element in line with the other?
Hi!
Did you find a solution? I’m asking because the thread is marked as resolved.
Regards,
Peter
Hello Peter,
Found a solution:
.avia-builder-el-4{
margin-top: 0px !important;
}
Thanks!