Problems after update - by trambussen - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler

  • Avatar: trambussen
    trambussen
    Participant
    October 17, 2018 at 11:30

    Hi!
    After updating XStore I’m having some problems:

    https://monstedcykler.dk/?post_type=product

    On the shop page the “Kategorier” sidebar blue top box text is aligned to the left and to the top. Would like it to be centered both vertical and horizontal. And maybe the box a little higher.

    When “cykler” in the sidebar are unfolded there’s a double line after the last category shopping. Can that be removed?

    Also on the shop page, the three filters (Filtrér på pris, mærke, søg efter produkter) isn’t aligned horizontal. How can this be fixed?

    Thanks in advance 😉

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2018 at 13:26

    Hello,

    XStore 5.0 is major update and we have changed a lot of things https://xstore.8theme.com/update-history/ including theme styles.
    Please add this code in Theme Options > Custom css or in style.css file of your child theme:

    .widget_product_categories .widget-title {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .widget_product_categories.sidebar-widget ul li:last-child {
        border:  none;
    }
    .widget-title {
        line-height: 1.1;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.