Center Custom Liquid

Solved

Center Custom Liquid

moonwakebeer
Tourist
6 0 1

I have script code in a custom liquid section within a page that isn't centred. Can anyone help me with which code needs entered and where?

 

Screenshot 2024-04-12 at 10.31.25.png

Accepted Solution (1)

tim
Shopify Partner
3911 395 1440

This is an accepted solution.

Add the following to your custom liquid code:

<style>
 #dmn-partner-widget {
  margin: auto;
 }
</style>

 

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Replies 3 (3)

AnneLuo
Shopify Partner
1226 219 249

Can you share your store url? I can help you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

dmwwebartisan
Shopify Partner
12357 2556 3739

@moonwakebeer 

Please share store url.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

tim
Shopify Partner
3911 395 1440

This is an accepted solution.

Add the following to your custom liquid code:

<style>
 #dmn-partner-widget {
  margin: auto;
 }
</style>

 

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com