Hi there,
Thanks for writing in,
If you wish to stay with responsive design on all layouts you should try adding following code under Appearance > Theme Options > Custom CSS:
@media (min-width: 768px)
#primary {
width: 74.36%;
}
Thanks.
Thank you for your reply. And so quickly! This helped return the responsive design, however – it returned the sidebar size to about 1/3 of the page which is far larger than I would like.
The custom css deletes the width:74.36% see below
@media (min-width: 768px)
#primary {
}
in the Appearance > Theme Options > Custom CSS it will remain, but the width does not stick. It remains at about 1/3 of the page, which is also the normal sidebar size without any changes.
Any other suggestions?
Thanks!