Add white space between Metafield and share buttons

hello everyone,
How can I add white space between this Metafield and the share buttons, on the product pages? (attached image)
Thank you

1 Like

Hello @Ann21 ,

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hi @Ann21 , please share your product page preview URL so I can provide solution for you.

Hello @Ann21
Please share your store URL and if your store is password protected then also provide password too.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

www.ankitimes.com

Go to Online Store > Themes > Edit code > Assets > base.css, add this code at the bottom of file and then click Save button

.product-section .page-width { margin-bottom: 20px; }

Works great!
Thank you very much.