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

    Is there an easy way to reduce the gap between 2 elements that I have placed on one page? I have a image element on the left and a text block on the right. I have set the padding to 0 on both elements and I just tried setting the padding to -100px just to see if that did anything. Found out that -padding does nothing either. You can see what I am talking about in the link below.

    #794156

    Hey metrocitygirl,

    Add the following to quick css:

    .page-id-1195 #after_section_1 .av_one_half {
        margin-left: 6%;
        width: 47%;
    }

    Balance the margin and width to what you feel is appropriate.

    Best regards,
    Jordan Shannon

    #796045

    okay thanks. you can close this thread now.

    #796048

    Hi,

    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 ‘Reduce Gap Between 2 Elements on Page’ is closed to new replies.