moving side bar widget over more
-
Hi, I’m trying to figure out how I can move my side bar over to the right more. I’m using the theme shoreditch.
-
Hi @loutelsite, Shoreditch is an older theme that doesn’t have the same Full Site Editing features that newer themes do:
https://wordpress.com/support/full-site-editing/But you can modify it with some CSS. If you just want to make it wider overall on larger screens, adjust this (make the number bigger as you’d like) and add it to your Custom CSS under Customize:
.site-content-wrapper { max-width: 56.25rem; }If you want to keep the same width but just make the sidebar narrower, you could adjust the CSS relative widths for the content and sidebar areas, but it would probably cause other layout issues that you’d need to troubleshoot, so I’d recommend a hiring a designer / developer for that.
- The topic ‘moving side bar widget over more’ is closed to new replies.