Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    1. Is that view in Masonry or grid layout?

    2. The testimonial box is set to 100% width by default. So your theme is probably doing that.

    I can’t be sure without seeing the page and its CSS first-hand.

    Thread Starter dothedance

    (@dothedance)

    1. Grid layout

    2. Strange because every other element is fine (using VC).

    You can check page here: https://sandbox.brunomoura.pt/escolatrading/
    Thanks.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    1. This seems to be a conflict with the theme and/or VC which also uses CSS flexbox. Try this custom CSS to compensate:

    .strong-view .strong-content.strong-grid .testimonial:nth-last-child(-n+2) {
      margin-bottom: 0;
    }

    2. I see padding on the VC element:

    https://www.screencast.com/t/y0eecM1DxR

    You can recover a few pixels by stretching the grid horizontally:

    .strong-grid {
      justify-content: space-between;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Space & Margins’ is closed to new replies.