Leo Bun
asked 10 years ago

Hi,
I’m using DW Minion theme for my personal blog for quite some time. Could you let me know how to increase the width on post and on the front page?
Thanks.

1 Answers
DominicStaff
answered 10 years ago

At the moment, DW Minion does not support full width on the post, you only possible make this on the page. If you want increase full width for the page, please do as the following:
–  Download the page-fullwidht.php file here, then copy/paste the page-fullwidht.php file into templates folder (wp-content\themes\dw-minion\templates).
– Log in to Dashboard > Page > Add new, then select the Full Width template in the Page Attributes on the right hand side.
Hope this helps !

Camille F.
replied 10 years ago

@Dominic: and there is no patch code to do it or anything? It should be easy to remove the sidebar on the post page no? I love the theme but it would be great not to have the secondary bar on posts. Thanks!

Dominic Staff
replied 10 years ago

At the moment, we only support to you can resolve this issue, and does not plan about update this issue in the theme.
Regarding your issue you mentioned, you can add the following code to the style.css file:
.page-template-templatesfullwidth-php .primary-inner {
margin-right: 20px;
}
Hope thiat helps.

Powered by DW Question & Answer Pro