How to put in the center the featured collection called "Explore our collection:"

I need in featured collection called " Explore Our Collection: to put on the center align its on homepage.

Hi @VisarK ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:

{% if template.name == 'index' %}

{% end %}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Doesnt work @BSSCommerce-HDL

Hi @VisarK , pls try again with this code:

{% if template.name == 'index' %}

{% endif %}

Thanks finally it works @BSSCommerce-HDL

@VisarK No problem, Have a good day :heart_eyes:

Thanks you too @BSSCommerce-HDL