Hi,
first of all; great theme!
I need a fullwidth page for ONE page (rest of the pages can have secondary sidebar). How can I do that?
Thanks in advance.
Haime Croeze
To create a new page with fullwidth, please do as the following:
Step1: Please download the fullwidth.php file in the link: https://www.dropbox.com/s/2cpe9wrl0hu3he1/fullwidth.php
Step2: Copy & paste the fullwidth.php file in to the folder path “\wp-content\themes\dw-minion”
Step3: Log in to Dashboard > Pages > Add new, in the Page Attributes pane on the right hand side, select the template as Full width.
Step4: go to Appearance > Customize > Custom Code then add the following code to the “Header Code”
<style>
.page-template-fullwidth-php .primary-inner {
margin-right: 20px;
}
</style>
Hope this helps !
Hi,
thanks a lot. This did the trick!
regards,
Haime
That dropbox folder is empty. Can you post a link to that file again?
Hi,
You can download the fullwidth.php file in the following link: https://www.dropbox.com/s/2cpe9wrl0hu3he1/fullwidth.php
Hope this helps !
Thank you!
It works on all my pages i’ve selected “full width” on, except the “blog” page. Do you know why that is?
Hi,
To resolve this issue, you can add the following code to the style.css file:
.primary-inner {
margin-right: 340px !important;
}
Hope this helps !
Hello,
I was also trying to have full width but the dropbox link is empty. Can you please resend the link for fullwidth template? Thanks!
Your link: https://www.dropbox.com/s/mbdn77ueq18ktt6/page-fullwidth.php?dl=0
Then add the following code to the style.css file:
.page-template-page-fullwidth .primary-inner {
margin-right: 20px;
}
Regards,
Hi. I have used the code and work great for the page.
But i have a problem. I need for DWQA pluging, when i open a comment in the answer’s page, the comment page page is full-width. How can I do that?
Thanks in advance.
Donato
Please send me your site & a screenshot for further checking.
Hi Dominic
This is the link: http://www.ingegneredigitale.it/
This is a screenshot: http://snag.gy/4MbVP.jpg
Thank you
Donato
To resolve this issue, you can add the following code to the style.css file:
@media (min-width: 980px) {
.single-dwqa-question .primary-inner {
margin-right: 20px;
}
}
.dwqa-single-question .dwqa-comment-author .avatar { width: 32px;}
Hope this helps !
Thank you very much. It works!
Please login or Register to submit your answer