Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • angie00 Friend
    #960457

    Hi,

    Our Categories List page isn’t formatting correctly. Row 1 shows 3 pics, row 2 is 1 pic, row 3 shows 3 pic, row 4 shows 1 pic. They should be aligning into grid, correct? See screenshot and link: http://goo.gl/XSAuh4

    Thank you!


    1. Screen-Shot-2016-08-16-at-8.33.15-AM
    Pankaj Sharma Moderator
    #960522

    Hi
    Kindly turn off the JCH plugin and clean cache . below is code that creating the problem

    .categories-list .category-item:nth-child(4n+1) {
        clear: both;
    }

    i will check the path and suggestion you changes to fix it .

    angie00 Friend
    #960824

    @pankaj sharma Thank you! I have done as you instructed. Please let me know the fix!

    Pankaj Sharma Moderator
    #960983

    Hi
    add below code in custom.css file

    .categories-list .category-item:nth-child(4n + 1) {
        clear: inherit!important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum