Jump to content

reviews widget don't show well on mobile version


matejmili

Recommended Posts

Hi!

i hope someone can help me, my Prestashop  version is 1.7.5.1..

I have installed the module to show overall reviews but the widget on the mobile version does not display well on some pages, eg on the contact page, the category page..

I tried to update the CSV file myself but unfortunately to no avail.

.revws-grading-bar .revws-grade {
    width: 16px;
    height: 16px;
}

.revws-bar-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.revws-bar {
    height: 32px;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.revws-bar-span2 {
    padding-left: 10px;
    padding-right: 10px;
}
.revws-bar-wrapper {
background-color: #0d1427;
padding: 10px 0;
line-height: 1.6;

}
.revws-bar-wrapper a.revws-bar {
color: #fff;
}
.revws-bar-wrapper a span.revws-bar-span2 {
padding: 3px 8px;
}.revws-bar-wrapper .revws-bar {
height: auto !important;
}

#contact #wrapper {
	padding-bottom: 0px;
}

#product #wrapper {
   padding-bottom: 0px;
}

#cart #wrapper {
   padding-bottom: 0px;
}

#checkout #wrapper {
   padding-bottom: 0px;
}

#page #wrapper {
   padding-bottom: 0px;
}

#product-list #wrapper {
   padding-bottom: 0px;
}

#category #wrapper {
	padding-bottom: 0px;
}

 

Screenshot at Apr 26 09-16-24.png

Screenshot at Apr 26 09-30-44.png

category page.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...