lacymorrow / casper

Casper 👻 theme for Wordpress
http://lacymorrow.com/casper
GNU General Public License v2.0
556 stars 93 forks source link

How do I increase the page width for content? #135

Closed ZerGabriel closed 6 years ago

ZerGabriel commented 6 years ago

How do I increase the page width for content? functions.php > $content_width = 640; / pixels / > It's not working

lacymorrow commented 6 years ago

First you'll want to replace the minified stylesheet casper/style.css with the human-readable version casper/css/style.css.

Next, edit the stylesheet on line 4328 and either remove or change the max-width property: https://github.com/lacymorrow/casper/blob/master/css/style.css#L4328

ZerGabriel commented 6 years ago

Thanks for help! It turned out only after I deleted all max-width: 700px; in two files /style.css and/css /style.css

ZerGabriel commented 6 years ago

And I am very concerned about the question. Is there any way to make a column on the right ?

lacymorrow commented 6 years ago

Unfortunately there is only the option to add widgets to the footer. You would need to edit the theme yourself to add an option for a column on the right.