Change category mask - by equality - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson

  • Avatar: equality
    equality
    Participant
    May 11, 2016 at 16:35

    hello,
    how can i change the dimensions of the description box for each category?
    Is very big for the images.

    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 11, 2016 at 17:49

    Hello,

    This question is a bit unclear for us. Could you please clarify us with more details?
    Maybe provide screenshot for our better understanding and highlight what exactly you want.

    Regards,
    Robert Hall

    Avatar: equality
    equality
    Participant
    May 11, 2016 at 20:40

    screenshot

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 11, 2016 at 20:59

    Hello,

    Please try to add this code in Theme Options->Custom CSS->Global Custom CSS.

    .categories-mask {
        width: 70%;
    }

    Regards,
    Robert Hall

    Avatar: equality
    equality
    Participant
    May 12, 2016 at 09:59

    Ok,thank you,i’ve made some changes and this works fine,but how i can move all the images a little right(to the center)?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 12, 2016 at 14:40

    Hello,

    Please add this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .categories-mask {
      left: 30% !important;
    }
    .row-count-3 .product-category, .products-list .product-category {
       text-align: center !important;
    }

    Best regards,
    Jack Richardson.

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

You must be logged in to reply to this topic.Log in/Sign up

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