Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Pages › Hide sidebar
- This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago by Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 6641 Posts
Hi Amey, 🙂
Thank you for reaching out to us.
Can you please be more specific? Where exactly would you like to hide a sidebar?
Note that if it’s a page, you can select the right template. One of the three Full Width Template will hide the sidebar.
Best,
March 24, 2021 at 08:04 #30095@themodactyl- 0 Topics
- 6641 Posts
Hi Amey, 🙂
We’re sorry for the late answer. It seems we didn’t see your reply.
This is standard design with our theme, I’m afraid. Changing this is considered customization work. However, to hide the sidebar, simply add the following code snippet to your website:
/** * Hide right sidebar in profile */ .my-account .profile-content .profile-content__body #secondary-right{ display:none; } .my-account .profile-content .profile-content__body > .container > .row{ display:block; } .my-account .profile-content .profile-content__body > .container > .row > div{ min-width:100%; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Please note we provide you this snippet by courtesy. It’s important to remember that we usually share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
Again, we’re sorry for the late reply.
Regards,
April 30, 2021 at 11:45 #31132 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Hide sidebar’ is closed to new replies.