Tito Dupret
asked 8 years ago

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./

3 Answers
DominicStaff
answered 8 years ago

Please send me username & password of your site, I will check and help you resolve this issue.

DominicStaff
answered 8 years ago

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!

DominicStaff
answered 8 years ago

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.

Tito Dupret
replied 8 years ago

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./

Dominic Staff
replied 8 years ago

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;
}
}

Tito Dupret
replied 8 years ago

A million thanks Dominic, everything seems to be back online as desired.

Best from Brussels,

tito./

Dominic Staff
replied 8 years ago

If you have any issue, you can create a new question, we will help you resolve it.

Powered by DW Question & Answer Pro