Hey there, I’d like to remove the sidebar from my blog (index-, search- and post pages).
In the costumizer I already set the layout to full width, but that has no effect.
Can you give me a hint please?
Thanks!
Hey there, I’d like to remove the sidebar from my blog (index-, search- and post pages).
In the costumizer I already set the layout to full width, but that has no effect.
Can you give me a hint please?
Thanks!
Hi There,
Thank you for writing in, please set the Theme Options > Layout and Design > Content Layout to Fullwidth as well.
If that does not work, please provide us the site URL so we can take a look.
Cheers!
If by Theme Options you mean the customizer - I already set the Content Layout to Fullwidth…
Hi there,
Please provide the URL of your site so that we can check.
Thank you.
sure, here it comes
Hi again,
Please add the following CSS code in the Theme Options > Global CSS or in the Customizer via Appearance > Customize > Custom > Edit GLOBAL CSS
.single-post aside.x-sidebar {
display: none !important;
}
.single-post {
padding-right: 0 !important;
}
Let us know how this goes!
I found “theme Options” in the WordPress menu at the top of the site. Didn’t know that it was there. I set the Content layout to" fullwidth" and the sidebar disappeared.
Thank you!!
Glad to hear that.
By the way: I think it is really awsome that your repies come so fast! I’m used to waiting many hours because of the time difference! That makes working with X so much better! Thanks!
Hello @blueprint,
Greatly appreciate your kind words. We are trying our level best to help our customers by clearing the support tickets while maintaing the quality standards.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.