Home Forums WoodMart support forum Bug List on Mobile View Reply To: Bug List on Mobile View

#383235

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