Here is a link to the site: CookinBasics.com
Hey,
Your code will work you just need a media query. Change it to this:
@media (min-width: 1600px) {
.container {
width: 1600px;
}
}
There isn’t an option to have two sidebars without editing a child theme. You could use the page builder plugin and create a sidebar effect using columns. https://ww.wp.xz.cn/plugins/siteorigin-panels/
Hannah
Thanks! Works great!
Out of curiosity, would it be really hard to create a child theme with 2 sidebars? I could definitely use SiteOrgins plugin as you mentioned but for some pages it would work a lot better to have a standard sidebar. Just wondering.
Thanks!
The theme really isn’t set up for two sidebars so it would require a good amount of code knowledge and some major editing.
Hannah
Ok Thanks, that’s what I was wondering!