RE: Selective exclusion of sidebar?
-
Hi @cliff3esler,
For some reason, my reply doesn’t appear to be displaying in your thread, so I’m reposting it here. I apologize if this is a duplicate thread.
Currently there is no way of doing this through the customizer, but there should be! Thanks for the question and feedback. I’ll add it as a feature to the next theme update.
In the meantime, you could accomplish this by adding the following lines of code to the bottom of the stylesheet:
.home #secondary{ display: none; } .home #primary { max-width: 100% !important ; }
Thanks for using my theme!
- The topic ‘RE: Selective exclusion of sidebar?’ is closed to new replies.