The original sidebar width is 30% so the change I want is minimal. I’m hoping it won’t effect any @media
breakpoint settings.
Does this CSS make sense?
.content {width:100%;}
.has-sidebar .content {width:68.5%;}
.sidebar {width:31.5%;}
It seems to work but I’m not sure if I’m breaking something by using it.
Thanks again.