Okay
  Public Ticket #3122069
course category page
Closed

Comments

  • nuevocantomexico started the conversation

    Hi Mr vibe am asking about course category kindly see my course category page https://nuevocanto.com/course-cat/estimulacion-musical-temprana-grado-1-y-2/  i want 4 rows show now currently 3 rows shown so kindly how i edit this page 

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 


    .tax-course-cat .container .col-md-3.col-sm-3 { display:none; } .tax-course-cat .container .col-md-9.col-sm-8 { width:100%; } @media(min-width:768px){ .tax-course-cat .container .col-md-9.col-sm-8  .col-md-4.col-sm-6.clear3 { width:25%; } .tax-course-cat .container .col-md-9.col-sm-8 .clear3:nth-child(3n+1){ clear:none; } .tax-course-cat .container .col-md-9.col-sm-8 .clear3:nth-child(4n+1){ clear:both; } }

  • nuevocantomexico replied

    i add but i want 4 column show in the course category is this possible ?

  • nuevocantomexico replied

    i need 4 column in the row so is this possible ??

  • [deleted] replied

    remove previously given css and 

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 


    .tax-course-cat .container .col-md-3.col-sm-3 { display:none; } .tax-course-cat .container .col-md-9.col-sm-8 { width:100%; } @media(min-width:768px){ .tax-course-cat .container .col-md-9.col-sm-8  .col-md-4.col-sm-6.clear3 { width:25%!important; } .tax-course-cat .container .col-md-9.col-sm-8 .clear3:nth-child(3n+1){ clear:none!important; } .tax-course-cat .container .col-md-9.col-sm-8 .clear3:nth-child(4n+1){ clear:both!important; } }

  • nuevocantomexico replied

    ok