
-
AuthorPosts
-
April 18, 2025 at 12:47 pm #1481591
Dear Support Team
On the website http://neu2024.creative-wave.com/#home-enter, for example, we have a gridrow that unfortunately does not work correctly on the tablet – both landscape and portrait format:
see screenshots:
Portrait: http://neu2024.creative-wave.com/support/cells.jpg
Here the cells should not be displayed next to each other but one below the other.
Landscape: http://neu2024.creative-wave.com/support/cell2.jpg
Although I have entered the inner spacing settings all around 50px for the tablet landscape, it is not executed and the strong indentation of the desktop version is also displayed here.Since I asked you about a similar problem on another website some time ago and you solved it perfectly back then, I applied the solution script from that post (Question number 2) > (see link: https://kriesi.at/support/topic/mobile-version-tablet-landcape-not-working-well/) to this website as well. Unfortunately without success.
We have the problem umpteen times on the website, since the website is very extensive, this is now very often. We also have the same problem on the home page further down: http://neu2024.creative-wave.com/#kontaktCould you please help me? I have also searched through the CSS, but have not found any clue as to what causes this…
Best regards, Diana
-
This topic was modified 3 weeks, 1 day ago by
DianaLoola73.
April 21, 2025 at 7:13 am #1481698Hey Diana,
Thank you for the inquiry.
You can try this css code to adjust the breakpoint of the grid row cells:
@media only screen and (max-width: 1025px) { .responsive #top #wrap_all .av-flex-cells .no_margin { display: block; margin: 0; height: auto !important; overflow: hidden; padding-left: 8% !important; padding-right: 8% !important; width: 100%; } }
Best regards,
IsmaelApril 28, 2025 at 7:48 pm #1483305Thanks a lot for your solution Ismael!
April 29, 2025 at 5:26 am #1483318 -
This topic was modified 3 weeks, 1 day ago by
-
AuthorPosts
- The topic ‘Tablet version Grid Row’ is closed to new replies.