Height issue in theme WordPress
-
I just faced the height issue in the theme. I’m using elementor pro with page setting > ‘Elementor Full-width’. The page wrapper is causing the issue on all pages and the code for the page wrapper is:
.page-wrapper {
min-height: 600px;
}
So I set the media query for max-width: 575:.page-wrapper {
min-height: 100% !important;
}
It is working for pages on mobile correctly, but the custom page I made is taking page-wrapper 600px as set in the theme. (Note: all pages are set to ‘Elementor Full-width’)Could somebody help me sort out this? Thank you!
Here is an image of the page wrapper:
https://i.postimg.cc/fyxq5D0T/page-error.pngThe page I need help with: [log in to see the link]
The topic ‘Height issue in theme WordPress’ is closed to new replies.