Equal height fix - Pricing table widget + focus hover effect
This quick video tutorial shows you how to fix equal height with price table widgets and how to align the buttons at the bottom regardless the number of added features. As a bonus tip I show how you can add a cool focus hover effect to finish it off. Timestamps 0:00 - Introduction 0:32 - Equal height fix 1:30 - Align buttons to the button 2:06 - Showcase focus hover effect 2:20 - CSS focus hover effect 3:58 - End The CSS (prefixed) ----------------------------- selector .elementor-widget-container, selector .elementor-widget-price-table, selector .elementor-price-table { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; } selector .elementor-price-table__footer { margin-top: auto; width: 100%; } /*hover effects*/ selector .elementor-widget-price-table { -webkit-transition: all 0.3s ease-out ; -o-transition: all 0.3s ease-out ; transition: all 0.3s ease-out ; } selector .elementor-row:hover .elementor-widget-price-table { -webkit-filter: blur(4px); filter: blur(4px); -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } selector .elementor-widget-price-table:hover { -webkit-filter: blur(0px) !important; filter: blur(0px) !important; -webkit-transform: scale(1.2) !important; -ms-transform: scale(1.2) !important; transform: scale(1.2) !important; } Link to the template http://glyphbox.be/downloads/pricing-table-equal-height-fix-focus-hover-effect.zip Thanks for watching! Feel free to subscribe my channel for more video's about Elementor and CSS. Remember my widget classname reference guide can still be downloaded here https://glyphbox.be/downloads/elementor_widgets_classname_reference_1.1.pdf Music credits George Street Shuffle by Kevin MacLeod https://filmmusic.io/song/3800-george-street-shuffle Free license https://creativecommons.org/licenses/by/4.0/ You can also buy me a beer as a token of appreciation for the effort I took in these tutorials via this link: https://www.youtube.com/redirect?redir_token=QUFFLUhqa1ZwcG15U0pBTEpRMmgtcGZybWpMaGRBZkhoZ3xBQ3Jtc0tuajlUbFg4VDJJeHdPUjhyZHl3THVnSUxtYkFDMDRwRGhHQXEzMDJ4cFZJY002aVFmOEY0WmM4ZEVhZTNJVEZqR0NBMzA0Tlp2WVotU3pwakNjZ2JZY21QUjFlZjB5MHVrMHo4NFEzSlB4RXVfTTBYcw%3D%3D&event=channel_banner&q=https%3A%2F%2Fwww.paypal.com%2Fcgi-bin%2Fwebscr%3Fcmd%3D_s-xclick%26hosted_button_id%3D3HZUAL38JB2XA%26source%3Durl
Download
0 formatsNo download links available.