Hello,
Could you help me in order to get rid of the left side bar on DW Minion ? You will see that it has become unnecessary to display it here : Cuicui.be.
Thank you for your kind help.
tito./
Please send me username & password of your site, I will check and help you resolve this issue.
I have checked your site and see that it’s conflict style with Progress Map by CodeSpacing and DW Minion theme, to resolve this issue, you can disable the Progress Map by CodeSpacing plugin or you can add the following code to the Appearance > Edit CSS
@media (min-width: 1200px) {
.container {
width: 100%;
}
}
Hope this helps!
About the fullwidth page, you can download the following file and pates into the theme folder:
https://www.dropbox.com/s/mbdn77ueq18ktt6/page-fullwidth.php?dl=0
Then add the following code to the style.css file:
@media (min-width: 980px) {
.primary-inner {
margin-right: 0px;
}
}
After adding code, you can log in to Dashboard > Page > Edit Page and select the fullwidth page template in the right hand side.
Thank you Dominic. It works fine but now it’s the default page/post which isn’t fullwidth that behaves wrong. Check it out : http://cuicui.be
Again and again, thank you for your precious help,
tito./
Please replace the CSS code that I sent in the previous answer with the following code:
@media (min-width: 980px) {
.page-template-page-fullwidth .primary-inner {
margin-right: 0px;
}
}
A million thanks Dominic, everything seems to be back online as desired.
Best from Brussels,
tito./
If you have any issue, you can create a new question, we will help you resolve it.
Please login or Register to submit your answer