I want to make the width of my blog posts as large as possible, currently I have a codebox on my page, and I dont like having to scroll. I have added some custom css code,
but this code only works up to 690px, once I change max-width to a greater value, the post content area remains at 690 pixels. How can I maximize the width of the blog post, with very small margins and large content area?
It seems to work well with shortcodes in blog posts, but does not work with shortcodes in empathy portfolio. I also attemped to place the hosted css and js into my portfilo as such
however I couldn’t get it to work either. Given that the margins are larger in the portfolio posts, is there a way that I could get a codebox from syntaxhighlighter into my portfilo posts?
Now it seems to work, however when I click on the post category ‘code’ highted in green at this url from the blog post (http://brendanrejevich.me/index.php/2016/10/24/hello-world/) it displays the old width. Is there another way have the new width on all blog posts and category pages and anywhere the blog post content is viewable?