About and Contact page no longer full width

Hi guys!

I randomly visited my pages today and noticed they’re not full width like they used to be (with no sidebar). How do I change it back to how it used to be?

Also there’s a random line above the page titles that I would like to remove. Could you please provide code for that as well?

These are the problematic pages:

http://www.lipstickalchemist.com/about/

http://www.lipstickalchemist.com/contact/

Hi @lipstickalchemist,

I hope you are well today and thank you for your question.

This is happening because of the custom CSS code you are using on your site.

You can try resolving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.main-content-inner.col-sm-12.col-md-8.full-width {
    width: 100%;
}

body.page #main > .post-inner-content {
    border-top: 0;
}

Best Regards,
Movin

Thank you, it’s fixed! :slight_smile:

You are most welcome here :slight_smile: