How can I align product names and prices evenly on the homepage?

How to make the products name and price align evenly on the product section on the homepage?

Hello @widhe3892

To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled ) and a screenshot about your wish ?

Thank you and hope to hear from you.
Best regards,
GemPages Support Team

Hi @widhe3892 , it can be by adding CSS code, please share your store URL so I can give you the code.

@widhe3892

Please share your site URL,
I will check out the issue and provide you a solution here.

I want it to look like this screenshot and I don’t want to share the store link now, can anyone provide a general guide with steps?

Hello @widhe3892

You can try to do this:

Go to Online Store β†’ Themes β†’ Actions β†’ Edit code

Go to sections β†’ featured-product.liquid

add the following code:

{% comment %} Product Section {% endcomment %}
{% if section.settings.show_product_section %}
  
{% endif %}

save and preview.

Hope this can help.

Ali Reviews