I have been Beaver for many websites already and only this problem ever happened to me. If you take a look on this website, the body is not in full width, http://manhattanlawfirmmarketing.com/
My theme has a sheet width of 100% and I have added ‘!important’ to its CSS hoping that it might affect the plugin but nothing happens. Second, I have set the global settings to have it full width as default but still nothing happens.
Before this all happened, It was all ok as of Friday (July 10, 2015). But when I just log on today, this is now what happens.
Thanks for getting in touch! This CSS snippet should fix you right up although I would suggest checking all other pages and it might have affected them as well.
Like what Dave said on the other thread you posted on as well, this is dependent on the theme you are using. For you case, try using these CSS snippets.
body .na-sheet {
width: auto;
padding: 0px;
}
body .na-sheet .na-post {
padding: 0px;
}
I have a question regarding the above, bc I use this quite a lot. It makes ALL pages full width so I have to go through and add a code per page, which does not work well since I have no idea what pages my clients will add. Is there a way to just change the homepage to full width without it also doing so to the rest? Thanks so much.
Sorry, this is another site I’m working on and also something I would probably need to know for every site I make. Since I like to have a full homepage and not the rest usually.
I’m just adding to add CSS for every page not to go full width like home, but it’s not idea since like I said since everyone wants to make pages and my clients will not know about this.
Not really sure with JetPack, haven’t really used it that much. You could try asking them if there’s a way to export/import the data. Or you could just copy/paste them.