Category widget

May 2014 WordPress Theme
GK User
Thu Oct 22, 2015 3:27 pm
Hi.
How can i fix it? Please wathc attached image.
fix.png

Thanks.
User avatar
Junior Boarder

GK User
Fri Oct 23, 2015 7:53 am
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend), or use style.css file if you are using child theme:

Code: Select all
.product-categories .children .cat-item a {
    display: inline;
}
User avatar
Moderator

GK User
Tue Oct 27, 2015 7:22 am
Thank you very much!
User avatar
Junior Boarder


cron