0
Under review

how can i contain it on a page, it looks to wide

Javier Lugo 5 years ago updated by Josh 5 years ago 13

my page https://bolpromex.com/collections/bolsas-ecologicas/products/bolsa-ecologica-boutique-100-piezas  

it doesnt contain , also i need a tittle RECOMENDACIONES  for this , i created a template called PRODUCTS for this page

Also some icons (face, google) are on top of letters on mobile version hoe can i adjust this?

Lastly that last dot its underneath the others , correct? its supposed to look like this?

Under review

You can add this CSS to the review template you created to add some margins.

.wprs_unslider {
margin-left: 35px;
margin-right: 35px;
}

The app doesn't have a way to add a title. You will have to add it to your theme manually.

I didn't see the icon issue, but this CSS should fix it.

.wprevpro_t1_DIV_2 {
padding-bottom: 40px;
}

If the screen is too small then the last dot could possibly wrap underneath. You could lower the number of reviews being shown or show 2 per a page.

HERES THE DOT AND I HAVE A WIDE SCREEN 

i did add your css and still looks wrong its not contained

if i adjust the px lets say 230 , on the web looks fine but the mobile version look disrtoted ?

hi any solution? to contain the widget in the page?

This is what I see. It looks fine to me. What browser are you using?

On the home page i used the HTML Method check it there   www.bolpromex.com     it contains the widgets but theres the dot issue, i huse several browsers such as chrome and firefox, and the HTML version ALSO takes a LOT to load

on the product page i entered it directly in the code, NO DOT ISSUE this way but it doenst contain the widget properly, again, if i move the margins the mobile version distors  itself  you can see this here    https://bolpromex.com/products/bolsa-ecologica-boutique-100-piezas

excuse me are you gonna be able to help?

This will fix the dot issue on the home page. Your theme CSS is messing with it.

.wprs_unslider-nav ol li {
margin-bottom: 0px !important;
}

I'm still not seeing any issue on the product page. Here is what I see...

thanks it does works for the dots issue, HTML is definitely slower than direct into the code , ive tried also EDGE and still the same on product page , please open this prodcut page with any of these , chrome , firefox, edge and see its uncontained 

THIS IS THE PRESENT VIEW ON EDGE ON PRODUCT PAGE, and since its faster loading it into the code ill go for this option on installing it on all pages, just need to fix this please help , go see it for yourself please 

I see what you mean now. Add the "container" class to the code you inserted. So it should look like so...


Thank you thats it, and option to increase the comments font size? 

.wprevpro_t1_P_3 {

font-size: 17px;

}