Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Solved

Dawn Theme - How to move Loox reviews and product title to above product image on mobile?

shanagarryceo
Excursionist
54 0 6

Wondering if there is code I can add to move the loox review star widget & product title to above the product image on mobile? And centre these if possible.

 

Thanks

Accepted Solution (1)
PageFly-Richard
Shopify Partner
4801 1085 1753

This is an accepted solution.

Hi @shanagarryceo ,

 

You can replace previous my code by below code:

@media screen and (max-width: 749px) {
    .product {
        position: relative;
        padding-top: 120px;
    }
    .product .product__title {
        position: absolute;
        top: 15px;
        max-height: 52px;
        overflow: hidden;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product #shopify-block-loox-rating {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translatex(-50%);
    }
}

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 9 (9)

Mike-Consentik
Shopify Partner
193 30 37

Hi @shanagarryceo ,

This is Mike from Omega

 

Could you leave a link to product page which has Loox Reviews on it, then I can check it for you.

If you find this helpful, please give it a like or mark it as a solution.
Consentik GDPR Cookie Banner: Effortlessly stay in compliance with EU GDPR and CCPA with Google Consent Mode V2. Free plan available and 24/7 Support
shanagarryceo
Excursionist
54 0 6

Hi Mike,

 

Thanks for looking into this! Here is the link - https://easypackpro.com/products/travel-compression-cube?variant=44506212466962

Dan-From-Ryviu
Shopify Partner
10262 2039 2110

You will need a custom code in main-product.liquid file to do that. 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

shanagarryceo
Excursionist
54 0 6

Hi Dan,

 

Do you know what this code is?

PageFly-Richard
Shopify Partner
4801 1085 1753

Hi @shanagarryceo ,

 

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-main-product.css->paste below code at the bottom of the file:

@media screen and (max-width: 749px) {
    .product {
        position: relative;
        padding-top: 120px;
    }
    .product .product__title {
        position: absolute;
        top: 15px;
        max-height: 52px;
        overflow: hidden;
        text-align: center;
    }
    .product #shopify-block-loox-rating {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translatex(-50%);
    }
}

PageFlyRichard_0-1677503299397.png

 

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

shanagarryceo
Excursionist
54 0 6

Hi Richard,

 

This is great, however the title is still positioned to the left, how could I amend this code to centre this? 

shanagarryceo_0-1677518146987.png

 

 

Also - is there a way to decrease the gap between the star rating and title?

PageFly-Richard
Shopify Partner
4801 1085 1753

This is an accepted solution.

Hi @shanagarryceo ,

 

You can replace previous my code by below code:

@media screen and (max-width: 749px) {
    .product {
        position: relative;
        padding-top: 120px;
    }
    .product .product__title {
        position: absolute;
        top: 15px;
        max-height: 52px;
        overflow: hidden;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product #shopify-block-loox-rating {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translatex(-50%);
    }
}

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

shanagarryceo
Excursionist
54 0 6

Works perfectly Richard thank you

Loox_Success
Tourist
5 0 3

Hey,

Lilach from the Loox team here 🙂

 

We'd be happy to try and help you with adjusting the code of the Rating widget to be displayed above the product's image on mobile only.

 

Please contact us at support@loox.io, and we'll gladly proceed!