How to center iframe in custom liquid section? Dawn theme

Hello!

I cannot get the iframe in the middle of the page, can anyone help me with this?

https://vintengo.myshopify.com/

Password: thupea

Hi @Vintengo

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.section-template–19344185426264__5c2226ff-854e-48ce-bbf1-6c68cedea9f3-padding {

display: flex !important;

justify-content: center;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

@Vintengo - please add this css to the very end of your base.css file and check

.section-template--19344185426264__5c2226ff-854e-48ce-bbf1-6c68cedea9f3-padding{text-align: center;}

Perfect, it worked! Thank you so much :grin: