Add separator line

Can you please help me add a separator line above the multicolumn just like the one on the bottom but with some padding? Thank you!

Hi @NgocLe1 ,

Can you please share a preview URL of the store?

Thank you

Please provide website url @NgocLe1

Here is the link: https://2cb7cc-ab.myshopify.com/

Pass: testpage

Hi @NgocLe1 ,

Try adding below CSS to base.css file.
You can adjust border with to 0.1rem also.

section#shopify-section-sections--16906739974201__multicolumn_enMkEK {
    border-top: 0.2rem solid rgba(var(--color-foreground), 0.08);
}

If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
LuffyOnePiece

1 Like

Thank you very much!