Okay
  Public Ticket #2226010
Problem with 3 colums portfolio
Closed

Comments

  •  1
    dkedmi started the conversation

    Hi!

    Bought yesterday your theme and it's so wonderful. thank you for that!

    i have a small issue with the 3 colums portfolio - it's randomly breaking. can you see it on the page i sent?

    Any idea how to fix it?

    Thanks,

    Dor

  •  291
    Paul replied

    Hello Dor!

    I just checked your website and it seems you are currently using 2-column layout? Could you please send me the login account? I will try changing it to 3-column and help you check the issue on your end.

    *Don't forget to mark your reply as "Private" when sending me the credential.

    Regards,
    Paul

  •  1
    dkedmi replied

    I changed it to 2 columns because of the 3 columns problem. How can I send you the logging details privately?


    Thanks!

  •   Paul replied privately
  •   dkedmi replied privately
  •  1
    dkedmi replied

    Any idea?

  •   Paul replied privately
  •   dkedmi replied privately
  •   dkedmi replied privately
  •  291
    Paul replied

    Thanks for the information. I have added this custom CSS to your site:

    /* to fix 3-col layout issue */
    .col3 .portfolio-item:nth-child(3n+1) {
        clear: left;
    }
    

    Now the issue of the 3-column layout should be fixed. Please try it again and let me know if this helps.

  •  1
    dkedmi replied

    It works! Thank you so much!