Home › Forums › Jevelin Theme › WooCommerce Categories Showing 2 Columns
Home › Forums › Jevelin Theme › WooCommerce Categories Showing 2 Columns
Hi @moudy3000,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (min-width: 992px){
.sh-woocommerce-categories[data-id="3"] .col-md-6 {
width: 33.33%;
}
}
We have fixed this issue in the latest theme beta version that you can get from http://support.shufflehound.com/download/jevelin-beta/
Thanks for your help. another issue i noticed is when i use 2 columns there is no spacing being the first and the second row. see attached
Thanks,
It seems to attach the screenshot.
Could you please share it again or share me the page URL from your site where it is displaying so that i can troubleshoot it?
It seems this is happening on your site because you are using older version 2.3.0 of theme on your site please try using latest version of it by downloading it from below.
Please login to access this file
How can install the new version without losing my content? I’m having another issue on the home page where the 2nd row “Recently Added” is not aligning properly. see attached
http://hamiltondrives.com/athletics_international/
How can install the new version without losing my content?
You can do this using following plugins.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
I’m having another issue on the home page where the 2nd row “Recently Added” is not aligning properly. see attached
To resolve this issue try using following custom CSS code as described above.
.sh-woocommerce-products .woocommerce ul.products li.first {
clear: both!important;
}