This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #140856
     exaktinc
    Participant

    Hi,

     

    Can i set the featured products and categories into two columns in mobile view?

     

     

    Thank you.

    #141004
     Radu
    Moderator

    Sure with this css that can be added to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    @media(max-width:700px){
        .woocommerce ul.products li.product {
        width: 50% !important;
    }
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?