-
AuthorPosts
-
January 3, 2017 at 12:11 am #728795January 3, 2017 at 10:03 am #728884
Hey lech07,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #av_section_2 .entry-content-wrapper { display: -webkit-flex; display: flex; flex-direction: row; } .home #av_section_2 .entry-content-wrapper .iconbox, .home #av_section_2 .entry-content-wrapper .iconbox_content { height: 100%; } .home #av_section_2 .entry-content-wrapper .iconbox_content { padding-bottom: 0; }
Hope this helps :)
Best regards,
NikkoJanuary 3, 2017 at 5:50 pm #729083that´s wonderful, you are the best!
And if i want the buttons on the same line/height?
Can i do it from the element or do I need to add extra code?January 3, 2017 at 8:14 pm #729123Hi,
Thank you for the kind words :)
To align the buttons to the bottom please try this code in the Quick CSS section under Enfold > General Styling :
.home #av_section_2 .entry-content-wrapper .iconbox_content { padding-bottom: 30px!important; } .home #av_section_2 .entry-content-wrapper .iconbox_content .avia-button-center { position: absolute; bottom: 0; transform: translateX(-50%); left: 50%; width:90%; }
Best regards,
VinayJanuary 5, 2017 at 4:49 pm #729929very nice. How can i get the bottons a little up?
They are very close to the edge.- This reply was modified 7 years, 10 months ago by lech07.
January 5, 2017 at 5:59 pm #729987Hi,
You are most welcome!
To adjust the button position please try changing the bottom value in the above code to 10px or 20px or -30px any value that suit your design.
To adjust the bottom space change the value of ” padding-bottom “.
Hope this helps :)
Best regards,
VinayJanuary 7, 2017 at 1:26 pm #730691it brakes the line height if i change anything.
So it doesn´t work.January 10, 2017 at 12:53 pm #731530Hi,
link you’ve provided does not work for me. Can you check please?
Best regards,
AndyJanuary 13, 2017 at 6:19 pm #733273it should be ok now, it was because of firmware upgrade which erased all config in router.
January 16, 2017 at 4:46 pm #734179Hi,
use this code inside Quick CSS field:
.avia-button-wrap.avia-button-center { bottom: 15px !important; }
and adjust as needed.
Best regards,
AndyJanuary 16, 2017 at 5:40 pm #734241that´s perfect Andy, thanks for your support.
-
AuthorPosts
- The topic ‘same height on package offer’ is closed to new replies.