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

    Hello

    I’ve a page with 4 sections using a grid element.
    Each one has 2 cells, one with a background image and the other with block text and colour background.

    It looks fine on the computer screen, but not on mobiles (tested on 6,55px and 5.65px mobile).

    How can I fix it?

    I send you, in private, the link to the page, some mobile screenshots and also password if neccessary.

    MANY Thanks in advance :)

    #1345607

    Hi madakumbu,

    Please follow the instructions on this thread: https://kriesi.at/support/topic/enlarge-grid-row-pic-on-mobile/#post-1345412
    Hope this helps.

    Best regards,
    Nikko

    #1345640

    Many thanks Nikko,
    That works fine now!!

    But I have another doubt with another page.

    Fixing as you say: If the text block is over the background image, the text appears below on vertical mobile screen, although it is ok on computer screen. May I fix it somehow?

    I send screenshots exemples and link to the page

    Thanks again

    #1345828

    Hi madakumbu,

    You’re welcome :)
    Please add this CSS code as well:

    @media only screen and (max-width:767px) {
      #top .av-layout-grid-container .no-padding .av_textblock_section {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
      }
    }

    Best regards,
    Nikko

    #1345843

    Thanks a lot Nikko,
    It does not work, sorry. On mobile, the text keeps below , not center :(

    Regards

    #1346042

    Hello @Nikko

    May I fix this issue somehow?

    Thanks a lot for your help
    Regards

    #1346150

    Hi,
    Thank you for your patience, try changing the “bottom” to “40%” like this:

    @media only screen and (max-width:767px) {
      #top .av-layout-grid-container .no-padding .av_textblock_section {
        position: absolute;
        bottom: 40%;
        left: 0;
        width: 100%;
      }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1346350

    Hi @Mike
    Thanks for your answer and support, this is perfect now :)
    You can close this thread,
    Best Regards

    #1346368

    Hi madakumbu,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Issue with GRID element’ is closed to new replies.