Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1786970
Grtid Not Even
Closed

Comments

  • swest1016 started the conversation

    I'm trying some new things with my blog and your them, which I do like.  In the related URL, please tell me why the grid is even for three rows and then runs into a gap in the fourth row.  I've tried going to three in a row and still end up with a problem.  Something seems to be uneven.  

    Your help would be greatly appreciated.  Thanks.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed that issues:

    .vc_grid.vc_row .vc_grid-item.vc_col-sm-6:nth-child(2n+1){ clear: both; }
    

    Best Regards,

    PenciDesign

  • swest1016 replied

    That worked for a grid with two across, but it still causes a problem when I go to three across.  See the attached link. 

    https://historythrutravel.com/december-2017-israel-palestine-and-jordan/

    I would like where I can switch the layout of the grid and it will always be correct.  

    Thanks in advance for your guidance.

    Steve

  •  2,699
    PenciDesign replied

    Hi,

    That issues caused by your requirements before to remove the animation.

    To remove the animation, we need to remove the absolute of elements - that caused the issues.

    To fixed issues with 3 columns, please add more this code to Customize > Custom CSS:

    @media (min-width: 768px){
        .vc_grid.vc_row .vc_grid-item.vc_col-sm-4:nth-child(3n+1){ clear: both; }
    }
    

    Best Regards,

    PenciDesign

  • swest1016 replied

    Thank you for letting me know that past decisions are affecting this.  I now know my various options and will work with it.  If I have further questions, I'll write. 

    Thanks again for your great support!!

    Steve

  •   PenciDesign replied privately