Move X-. Copyright ©- All rights reserved to bottom

Hi To all, recently I have installed google review in to your store but it shows at the bottom under move X-. Copyright ©- All rights reserved

how do I move move X-. Copyright ©- All rights reserved to bottom (under the review section)

See attached

thanks in advance

Hi @Arasca

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Best regards,
Devcoder :laptop:

HI Devcoder,

here is the url: Explore Our Range of Narrow and Wide Heated Towel Rail Radiators UK

Thanks

Hi @Arasca

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.min-footer .col-left {
    display: none;
}

Best regards,
Devcoder :laptop:

hI devcoder,

thanks for your reply but seems like I do not have a base.css

Thanks

Hi @Arasca

Add - assets/styles.scss.css

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

<style>
.min-footer .col-left {
    display: none !important;
}
</style>

I am afraid it did not worked

You need to change the placement of the widget. Please don’t use the code shared in the previous posts, as it doesn’t address your requirement and may end up hiding the copyright text.

First, locate where the Google Review widget is currently installed. Then move it above the footer or just above the copyright section. This should resolve the issue.

Hi @Arasca

Could you please share the collaborator code so I can check and provide you with a proper update?

Best regards,
Devcoder :laptop: