Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1476267

    Hello everyone
    I have on this page, link below:
    inserted 3 text blocks
    Is there a possibility that all blocks are the same height?
    on the Pc, mobile they are one below the other it fits.

    thanks and greetings
    Franz

    #1476285

    Hey schweg33,

    Thank you for the inquiry.

    We could apply a minimum height to the div element inside the text block. Please try this css code:

    #top .av-6xdhph-d676d236253fe9da7b5542127b7590e9 .flex_column .av_textblock_section > div > div {
      min-height: 540px !important;
    }
    
    @media only screen and (max-width: 1300px) {
      #top .av-6xdhph-d676d236253fe9da7b5542127b7590e9 .flex_column .av_textblock_section > div > div {
        min-height: 600px !important;
      }
    }

    Let us know the result.

    Best regards,
    Ismael

    #1476540

    I don’t know what I’m doing wrong here:
    i would like all columns to be the same height.
    mobile the columns don’t have to be the same height.
    i don’t know exactly where to place your css code?
    Link below:

    #1476587

    Hi,

    Thank you for the info.

    We placed the code in the Enfold > General Styling > Quick CSS field. Please make sure to purge the cache or remove the browser history before checking the page.

    Best regards,
    Ismael

    #1476593

    Hello Ismael
    Sorry to write to you again.

    Can you please give me the CSS customization you have made
    so that I can adjust the height myself

    Then this setting should not apply to the mobile devices
    so mobile up and down

    thank you very much

    #1476595

    Hi!

    We’ve added the css rule that we posted above: https://kriesi.at/support/topic/text-blocks-pc-same-height/#post-1476285

    If you don’t need to apply this on mobile view, you can remove this css code:

    @media only screen and (max-width: 1300px) {
      #top .av-6xdhph-d676d236253fe9da7b5542127b7590e9 .flex_column .av_textblock_section > div > div {
        min-height: 600px !important;
      }
    }

    Regards,
    Ismael

    #1476608

    Hello Ismael
    I have now deleted the two codes below
    both deleted
    nothing happened
    all 3 columns are still the same height
    pc and mobile
    what am I doing wrong

    thanks for your info

    #1476610

    Hello Ismael
    Thank you very much
    now I have done it
    the code was there twice

    thanks for your help
    you can close this ticket

    best regards
    Franz

    #1476670

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘text blocks pc same height’ is closed to new replies.