remove split screen for 1 page only
-
Is it something doable... with not much css?
https://nachomohedano.com/social-media-content/
To have the content centered instead with a blank gap :)
Thanks in advance.
-
can you tell me on which pages exactly you want the splitscreen layout, and which pages exactly you don't want it?
-
can you tell me on which pages exactly you want the splitscreen layout, and which pages exactly you don't want it?
@arminunruh in all of them except the one mentioned above...
-
body.slug-social-media-content>.lay-content #grid{ width: 100%!important; } body.slug-social-media-content #footer-region{ display:none; }theres no content inside the footer on that page, so we can just hide it!
this is how you do css just for one page:
https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-pagelmk if it works for you!
-
body.slug-social-media-content>.lay-content #grid{ width: 100%!important; } body.slug-social-media-content #footer-region{ display:none; }theres no content inside the footer on that page, so we can just hide it!
this is how you do css just for one page:
https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-pagelmk if it works for you!
@arminunruh FIXED, good poinT. danke x