Home › Forums › WoodMart support forum › Bug List on Mobile View › Reply To: Bug List on Mobile View
June 15, 2022 at 2:27 pm
#383235
Aizaz Imtiaz Awan
Keymaster
Hello,
Please check the review stars always 5 issue with the default wordpress theme just to check whether the issue is with our theme or not.
1. For the sidebar rating not appearing try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.product_list_widget>li .star-rating {
position: relative;
}
2. It seems to be a cache issue. Please check after clearing the cache.
3.Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-archive-shop .vc_column_container>.vc_column-inner {
padding-left: 0;
padding-right: 0;
}
Best Regards