We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Left align product review stars on mobile view

Left align product review stars on mobile view

houseof9
Excursionist
19 0 6

I've just installed a new review app and want to left align the review stars on the product pages here on mobile view. I am using prestige theme.

IMG_0591.jpg

Replies 8 (8)

dmwwebartisan
Shopify Partner
12384 2560 3749

@houseof9 

Please share your store url and password ( If your store is password protected).

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

Mustafa_Ali
Trailblazer
523 51 101

hey @houseof9 

<style>
@media screen and (max-width: 767px) {
.jdgm-prev-badge {
    display: flex !important;
    justify-content: start !important;
}
}
</style>

Mustafa_Ali_0-1751268880082.png

hey @houseof9 dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution

 

"Need a Shopify Specialist"?Chat on WhatsApp
Or email at: mustafaalideveloper001@gmail.com
"If my solution was helpful, mark it as a solution and hit the like button! And wait don't forget to"

Guleria
Shopify Partner
4299 825 1189

Hello @houseof9 ,

 

Go to assets -> base.css scroll down to bottom and at the bottom add this css

.product-info .jdgm-widget.jdgm-widget { 
    text-align: left;
}

 

Regards
Guleria

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

Moeed
Shopify Partner
7764 2081 2567

Hey @houseof9 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.jdgm-prev-badge {
    text-align: -webkit-left !important;
}
</style>

RESULT:

Moeed_0-1751269587985.png

 

If I managed to help then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Dan-From-Ryviu
Shopify Partner
12073 2359 2539

From your store admin > Sales channels > Online Store > Themes > Customize > Theme settings, in Custom CSS, paste this code 

@media (max-width: 749px) {
.product-info__block-list .jdgm-prev-badge {
    display: flex !important;
}
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Jenny6
Excursionist
99 0 4

Hi @houseof9

 

You can use the below CSS to adjust the review stars and text contents to the left:

.jdgm-prev-badge {
text-align: left;
}

If this code is not working, try to add !important after it, like this:

.jdgm-prev-badge {
text-align: left !important;
}

 Kindly let me know if it works or not on your store. If not still, I will give you another code specifically. Thank you!

namphan
Shopify Partner
2777 358 407

Hi @houseof9,

Please go to Customize > Theme settings > Custom CSS and add code:

@media screen and (max-width: 699px) {
.product-info__block-item .jdgm-widget.jdgm-preview-badge {
    text-align: left;
}
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

WebDeskSolution
Shopify Partner
252 55 64

Hello @houseof9 

 

Please follow the steps below after logging into the Shopify admin:

 

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.

 

 

  • Find the live theme and then click Actions > Edit code.
  • Search base.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

@media screen and (max-width: 479px)
{
    .shopify-section--main-product .product-info__block-list .jdgm-widget .jdgm-prev-badge {
        text-align: left !important;
}
}

 

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021