css – Height issue in theme WordPress
Question
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
0
1 month
2022-12-23T14:17:50-05:00
2022-12-23T14:17:50-05:00 0 Answers
0 views
0
Leave an answer