Home Forums Pro Themes Travel Gem Pro Layout Issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100576
    Paul Spillman
    Participant

    Using the Travel Gem Destinations grid, with 4 columns and 8 destinations we get the layout as seen in screenshot http://prntscr.com/o6fmz7 This is in Safari and we also get in Chrome and other browsers?

    #100611
    wensolutions
    Keymaster

    Hello @paulo_232,

    To resolve the issue, add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .destinations-grid-col-4 .destination-item:nth-child(4n+1) {
        clear: both;
    }

    We will fix the issue from our side as well and release the update.

    Hope this helps.

    Thank you.

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