Hi, I have added some icons on my stores product page. how the problem I am facing is its very close to add to cart button and it just looks weird. and I can’t seem to figure out how to add some space here. any help will be appreciated. Thank you.
{% if settings.show_wishlist %}
{% include 'globo.wishlist.button' %}
{% endif %}
{% if settings.show_compare %}
{% include 'globo.compare.button' %}
{% endif %}
{% include 'social-sharing' %}
- {{ settings.product_description_title }}
{% if settings.display_additional_tab %}
- {{ settings.additional_title }}
{% endif %}
{% if settings.display_custom_tab %}
- {{ settings.custom_tab_title }}
{% endif %}
{% if settings.display_size_chart %}
- {{ settings.custom_size_chart_title }}
{% endif %}
{% if settings.display_product_reviews %}
- {{ settings.product_review_title }}
{% endif %}
