Guest Posted January 17, 2020 Share Posted January 17, 2020 Hi, I'd like to increase the width on the sidebar of the Hayden Blog. Any advice? https://www.agoodplacetherapy.com/blog Link to comment
tuanphan Posted January 18, 2020 Share Posted January 18, 2020 add to Home > Design > Custom CSS @media screen and (min-width:901px) { aside#rightSidebar { width: 350px; } div#content { width: calc(100% - 350px) !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.