Video align issue which added by custom liquid on the mainpage

Solved

Video align issue which added by custom liquid on the mainpage

XPS1
New Member
9 0 0

XPS1_0-1717703404283.png

 

Hello,
How can I align video which added by custom liquid? What should I write on custom css side?

 

on my mainpage, artistboya.com you can see the videos are aligned to left. I want to hold them on the center.

 

how can I do that?,

 

waiting for your support, best regards,

thanks in advance!

 

thank you in advance, best regards!

Timur

 

ART IST BOYA
Accepted Solution (1)

AnneLuo
Shopify Partner
1293 228 265

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.section-template--22683110637855__custom_liquid_JgNkck-padding,
.section-template--22683110637855__custom_liquid_pBh6Mj-padding,
.section-template--22683110637855__custom_liquid_aRh4R6-padding,
.section-template--22683110637855__custom_liquid_xfgKrp-padding
{
    text-align: center;
}
</style>

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

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

View solution in original post

Replies 3 (3)

AnneLuo
Shopify Partner
1293 228 265

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.section-template--22683110637855__custom_liquid_JgNkck-padding,
.section-template--22683110637855__custom_liquid_pBh6Mj-padding,
.section-template--22683110637855__custom_liquid_aRh4R6-padding,
.section-template--22683110637855__custom_liquid_xfgKrp-padding
{
    text-align: center;
}
</style>

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

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

XPS1
New Member
9 0 0

Thank you very much for your solution, much appreciated!

 

I finally solved my issue with your explanation.

 

Thank you and best regards!

 

ART IST BOYA
AnneLuo
Shopify Partner
1293 228 265

You are welcome. I'm glad to hear that the solution worked well for you.
If you require any more help, please don't hesitate to reach out.

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