Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #677831

    Hi, I’m using a grid (2 columns wide) with 2 image in each column. Can you help me remove the extra space between the images within each row? (I adjusted the grid setting to eliminate the padding to the top/bottom/left/right, but that did not change the spacing between the images in each column).

    I also searched the forum for css to fix, but couldn’t find a solution…

    Thank you! Great theme! Great service.

    #677868

    Hey Josh,

    Please add custom css class name “push-left” and “push-right” to the image elements kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then use the following css in Quick CSS to target specific elements.

    .push-left {
     float:left;
    }
    .push-right {
     float:right;
    }

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.