Santietsit Posted December 28, 2023 Share Posted December 28, 2023 Hi everone, I am trying to create a nice about us page (and few others), and I would like that the left banner (that appears across the site) does not appear on that one, any idea how to do that? (see attachment) https://patitasco.com/content/9-sobre-patitas-test Thanks a lot, Link to comment Share on other sites More sharing options...
Santietsit Posted December 29, 2023 Author Share Posted December 29, 2023 Any idea? Link to comment Share on other sites More sharing options...
endriu107 Posted December 29, 2023 Share Posted December 29, 2023 You can easy turn off left column on all cms pages, but if you want turn it off only one you must edit your theme and there prepare some if statement checking on what page you are and then hide left column. Other option is adding some css code like that: .cms-id-9 div#left-column { display:none; } .cms-id-9 #content-wrapper { width: 100%!important; } 1 Link to comment Share on other sites More sharing options...
Santietsit Posted December 29, 2023 Author Share Posted December 29, 2023 This has been extremely helpful!! 1 hour ago, endriu107 said: You can easy turn off left column on all cms pages, but if you want turn it off only one you must edit your theme and there prepare some if statement checking on what page you are and then hide left column. Other option is adding some css code like that: .cms-id-9 div#left-column { display:none; } .cms-id-9 #content-wrapper { width: 100%!important; } Link to comment Share on other sites More sharing options...
Recommended Posts