Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #909313

    Hello,
    I use the grid row and have a display problem.
    My Layou should be very simple. Normally 2-columns a Qudatrat right with picture and left with color area + text and that completely turned over.
    It would be nice if the layout is 2 columns and the cells are Qudratic. It’s okay if both squares are on each other on mobile devices. How can it be best realized? I’ve found two ways to do it, but it’s not perfect yet.
    You can see the test-page here:

    I hope you understand, what i wish :-)

    Thanks so much!

    #909544

    Hey stefan,

    Thank you for using Enfold.

    What do you mean by “Qudatrat”? Please provide a screenshot of the layout that you’re after so that we can understand it better.

    Best regards,
    Ismael

    #909676

    Hi Ismael, thanks for answer
    I have created a pdf. It explains my problem better. The correct term was “square”. I created the layout in 2 different ways in enfold. but I’m not really happy with both variants.
    Version 2 is really good, but why the picture disappears quite in the presentation on mobile devices, unfortunately, I do not understand here.
    Here i define under “edit cell” Mobile display always display
    I hope now it is understandable?
    http://wp10969801.server-he.de/responsiv_behavior.pdf

    Thanks and best regards Stefan

    • This reply was modified 6 years, 2 months ago by stimmungshoch.
    #910190

    Hi,

    You should add the image as the cell’s background instead of using the image element, just like what you did on the second grid row. However, you have to define the minimum height of the cell so that it’s still visible on mobile view. First, turn on the custom css class field (http://bit.ly/2C7cJbg) then add a custom css attribute (ex. “house_cell”) to the cell with the image. In the General Styling > Quick CSS field, use this css code.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .house_cell {
        min-height: 500px;
      }
    }

    Let us know if you need assistance.

    Best
    regards,
    Ismael

    #912290

    Hi Ismael,
    looks good, i try to understand :-)
    I work with a child-theme and i hope all change i do will keep, when the next Enfold-Update are coming.
    Thanks you so much!

    #912605

    Hi,

    Yes, your changes should survive updates. But to be sure I would recommend that you backup your site before updates, just in case something should go wrong.

    Best regards,
    Rikard

    #912751

    Hi , sure i will do backup before, Thank you!

    #913095

    Hi,

    Alright. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘2 Columms Responsiv-View’ is closed to new replies.