Home › Forums › Iconic One Pro Support › Make "Post" pages full width
- This topic has 4 replies, 3 voices, and was last updated 6 years, 8 months ago by teamons.
- AuthorPosts
- October 24, 2017 at 10:24 am #5037northatlanticaviationmuseumParticipant
Hello, I was wondering if there’s a way t make a “post” page appear full width? Currently it shows up with a sidebar and it has a list of recent pages all pages, etc. which makes the post page look bad.
Any help would be appreciated!
October 25, 2017 at 5:01 am #5038Themonic-SupportKeymasterHi,
The elements in sidebar can be changed as per your choice via Dashboard -> Appearance -> Widgets
Once your drop any widget, the default items in the sidebar will disappear and only the ones that you drop will remain.
If you have requirement of full width, there is a full width template it will apply to pages only, check out
http://demo.themonic.com/io-pro/2/full-width/If still wish to hide the sidebar in single post and get full width post, use the following in Custom CSS section in live customizer or in Simple Custom CSS plugin
.single-post .site-content { width: 95%; border: none; } .single-post .below-title-meta { margin-left: -2.1%; width: 105.2%; } #secondary { display: none; }
October 28, 2017 at 3:04 am #5040northatlanticaviationmuseumParticipantThank you!
March 21, 2018 at 10:47 am #5188teamonsParticipantHello,
I have tried to add the code above in my style.css but it doesn’t work (I made a child theme and past the code in the style.css of the child theme).
Is it possible to have only full width on choosen posts and not all of them ?
Thanks
March 22, 2018 at 9:57 am #5189teamonsParticipantCache issue. It works 🙂
- AuthorPosts
- You must be logged in to reply to this topic.