Hi @supersepp108,
similar to this thread, is possible your theme could be causing the result?
I checked as suggested. I used Twenty Twenty-two to check if the effect is still there.
It is.
Its not because of the theme. It seems, it is related to how the plugin is working.
Please check for yourselve:
https://dev.beratung-fuer-kuenstler.de/leistungen-fuer-kuenstler/beratung-coaching/berufliche-kuenstlerische-orientierung-2/
You can see that related to the media queries for mobile px is used.
Thank you!!!
Looks fine in my end despite the screen size:
https://ibb.co/bFJDhpz
https://ibb.co/7t0sTfb
Thanks for coming back.
I can not recognize at which point you are seeing that it’s working.
Please, can you point out the code-sequence which is indicating that it is correct for you.
I did document the sequence which, in my understanding, is effecting the layout for mobile phones.
Please confirm: If I use the plugin and set a spacing, the entity “%” should apply to each media query, right?
Thank you!
#advgb-cols-0d8b4474-2e84-4984-973b-19694cd4f216 {
padding-top:5%;
padding-right:5%;
padding-bottom:0%;
padding-left:5%;
}
@media screen and (max-width: 1023px) {
#advgb-cols-0d8b4474-2e84-4984-973b-19694cd4f216 {
padding-top:5%;
padding-right:5%;
padding-bottom:5%;
padding-left:5%;
}
}
@media screen and (max-width: 767px) {
#advgb-cols-0d8b4474-2e84-4984-973b-19694cd4f216 {
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
}
Hi @supersepp108,
I was able to reproduce the issue. We’ll fix as soon as possible.
Thanks for reporting!