This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
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 😉
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
You must be logged in to reply to this topic.Log in/Sign up