Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #728795

    How can I make those elements same size/height?

    View post on imgur.com

    #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,
    Nikko

    #729083

    that´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?

    #729123

    Hi,

    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,
    Vinay

    #729929

    very 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.
    #729987

    Hi,

    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,
    Vinay

    #730691

    it brakes the line height if i change anything.
    So it doesn´t work.

    #731530

    Hi,

    link you’ve provided does not work for me. Can you check please?

    Best regards,
    Andy

    #733273

    it should be ok now, it was because of firmware upgrade which erased all config in router.

    #734179

    Hi,

    use this code inside Quick CSS field:

    .avia-button-wrap.avia-button-center {
    bottom: 15px !important;
    }

    and adjust as needed.

    Best regards,
    Andy

    #734241

    that´s perfect Andy, thanks for your support.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘same height on package offer’ is closed to new replies.