Twenty Sixteen – increase sidebar width
-
Hi,
I would like to increase the width of the sidebar on my Twenty Sixteen theme to accommodate a gallery. The pics are a bit too small on the default width.
Any help with the necessary CSS would be appreciated.
Thanks.
Brian
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can post your question over at the CSS forums:
https://en.forums.wordpress.com/forum/css-customization -
Hey @efpunter!
And Hi @fstat! :)
The CSS forum @fstat mentioned is a great place for CSS questions. I saw this post and wanted to drop a quick snippet in for you:
@media screen and (min-width: 56.875em) { #primary { width: 60%; } #secondary{ width: 35%; margin-left: 65%; } }Try dropping that into the CSS in your Customizer. It will shift 10% of the screen width from the content column to the sidebar :)
-
Thanks very much chad1008 .. does the job.
fstat – I will remember next time to use the CSS forum.
Brian
-
-
- The topic ‘Twenty Sixteen – increase sidebar width’ is closed to new replies.