• triton63

    (@triton63)


    Hello,
    Thanks to your help, I have been able to display a category in two columns: the first four articles of the category are well displayed but from the fifth, I have a large empty space in the left column.
    https://www.tennistartas.fr/category/informations/
    Why can I remove it ?
    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Amit Gupta

    (@gamit6444)

    Hi, triton63

    To do this, add the below given custom CSS code in the custom CSS box:

    .category .col-md-6:nth-child(5) {
    	clear: both !important;
    }

    I hope it will work for you!

    Thread Starter triton63

    (@triton63)

    Hello,
    It works perfectly.
    Many thanks for your competence and speed.

    Amit Gupta

    (@gamit6444)

    Glad to help you!

    If you like our Theme & Support, kindly give your feedback HERE

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with the display of a category’ is closed to new replies.