-
AuthorPosts
-
July 12, 2023 at 8:41 am #1413104July 13, 2023 at 5:57 am #1413181
Hey Antonio,
Thank you for the inquiry.
We could apply a minimum height to the product title container to align the buttons, but please be aware that this will result in unwanted space for products with shorter titles. If this is acceptable, please add the following CSS code.
#top .inner_product_header { min-height: 170px; }
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelJuly 13, 2023 at 7:19 am #1413191July 16, 2023 at 11:45 pm #1413441Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main .inner_product_header { min-height: 170px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 21, 2023 at 3:24 pm #1413973July 21, 2023 at 5:38 pm #1413986Hi,
Thanks for the screenshot, to have the price at the same place in all of them, try adding this css and adjust to suit.#top #main .inner_product_header .woocommerce-loop-product__title { min-height: 50px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 21, 2023 at 9:05 pm #1413997July 21, 2023 at 9:49 pm #1413999Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all #main .shop_columns_5 .avia_cart_buttons .button { margin: 0 auto; float: left; min-width: 45%; width: 45%; padding-left: 8%; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 7, 2023 at 12:50 pm #1415703Perfect! Many thanks Mike!
August 7, 2023 at 6:34 pm #1415734Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Producto slider lay out’ is closed to new replies.