Display on smartphone - by sebdicam - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Eva Kemp

  • Avatar: sebdicam
    sebdicam
    Participant
    October 25, 2016 at 13:52

    Hello,

    Is it possible to have 2 columns categories (only for smartphone) on this page ? https://aitoguerriersdupacifique.com/boutique/

    Thank you
    regards
    Sébastien

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 25, 2016 at 15:15

    Hello,

    Add this code in Custom CSS:

    @media (max-width: 480px) {.page-id-8839 .span4.product-category {
        width: 48% !important;
        display: inline-table !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: sebdicam
    sebdicam
    Participant
    October 25, 2016 at 15:25

    Hello Eva,

    Thank you. What is the code for all other categories pages like here:
    https://aitoguerriersdupacifique.com/categorie-produit/joaillerie-t/tanebijoux/

    Regards
    Sébastien

    Avatar: Eva
    Eva Kemp
    Support staff
    October 25, 2016 at 16:10

    Hello,

    In this case remove class .page-id-8839 in the previous code, so it will be:

    @media (max-width: 480px) {.span4.product-category {
        width: 48% !important;
        display: inline-table !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: sebdicam
    sebdicam
    Participant
    October 25, 2016 at 16:14

    Hello Eva,

    Perfect. Thank you.

    Regards
    Sébastien

    Avatar: Eva
    Eva Kemp
    Support staff
    October 25, 2016 at 16:23

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Display on smartphone’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.