Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1360607

    Dear Sirs,

    Can you help see https://peter-test2.co.uk/?page_id=330 see section “Custom Design Services” I am trying to get all the 4 columns of Sample Selection, Design Support etc to be the same height top and bottom and the buttons aligned. Can you please help?

    Many thanks

    Peter

    • This topic was modified 2 years, 3 months ago by condonpb.
    #1360692

    Hi Peter,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 1200px) {
    .page-id-330 #av-layout-grid-2 .iconbox_top .iconbox_content {
        height: 370px;
        min-height: 370px;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 2 years, 3 months ago by Rikard.
    #1360730

    Rikard,

    I am afraid this has not worked. See https://peter-test2.co.uk/

    Pete

    #1360755

    Hi,

    Try this instead:

    @media only screen and (min-width: 1200px) {
    .page-id-330 #av-layout-grid-2 .iconbox_top .iconbox_content {
        height: 370px !important;
        min-height: 370px;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.