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

    Hello Support Team, is it possible to adjust the height of the boxes so that they are all the same height?

    #1267685

    Hey Talker77,

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

    @media only screen and (min-width: 768px) {
    .page-id-466 #av_section_4 .av_one_third {
        height: 600px;
        min-height: 600px;
    }
    }

    Best regards,
    Rikard

    #1268063

    Hello, can you give me right settings for this URL? 4 collums…

    #1268360

    Hi,

    Please try this as well:

    @media only screen and (min-width: 768px) {
    .page-id-912 #after_section_3 .av_one_fourth {
        height: 650px;
        min-height: 650px;
    }
    }

    Best regards,
    Rikard

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