Hi,
Is there a way to align the categories and products so that the images and buttons are aligned instead of staggered like this?
I would like the buttons (add to cart and shop now) to be next to each other.
Thanks!
Hey ballindigital,
Thank you for the inquiry.
You could apply a minimum height to the special heading element:
@media only screen and (max-width: 767px) {
#top .av-special-heading {
min-height: 61px;
}
}
Please note that the modification above will apply to every Special Heading element. You may need to apply a custom css class to the elements where you want this to be applied.
— https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
Ismael