How can I suppress widget area on single event page?
-
I’m using Elementor. I am overriding formatting and setting the single event page contents in the Formatting tab of Event Manager. In Pages tab, I have tried ‘Elementor Full Width’, ‘Page’ and some others, but nothing seems to remove the space used by the widget area on the right, even though many pages on the site, all set the theme default are full width without any space for the widget area. And even though the space is left there, the widgets themselves are not displayed (unlike on the home page).
Any ideas how I can get the page to be full width?
The widget area really messes up the css for responsive display on tablet/mobile:
@media screen and (max-width:800px) {
.event_left, .event_main, .event_right {
width:100%; /* The width is 100%, when the viewport is 800px or smaller */
}
.event_category {
width:0%; /* The width is 100%, when the viewport is 800px or smaller */
}}
where I force the blocks to stack rather than being side by side on desktop….Any ideas please?
The page I need help with: [log in to see the link]
- The topic ‘How can I suppress widget area on single event page?’ is closed to new replies.