• Hello, thank you for this amazing theme.

    I have rather very simple question, but having hard time figuring it out.
    In demo, you guys show the Post with Fullwidth, without sidebar-
    and I wish to do this with few of my posts, however the choice to make it fullwidth is not provided on the “edit post” page.
    (I know usually there’s drop down menu where you can choose side bar or full width).

    Do I need to set it up by adding CSS?
    Or am I not seeing the dropdown menu option due to the possibility of plugin(s) overwriting the customization options?

    If you could help me with this I would be much appreciated.

    Thank you very much!

Viewing 1 replies (of 1 total)
  • Hi @caluyadesign, @ricotheque from LyraThemes here.

    You can do this by adding some CSS (through Appearance > Customize > Additional CSS).

    First, get the ID of the post you want to make full-width.

    Next, add this:

    .postid-1 .main-column {
    	width: 100%;
    }
    
    .postid-1 .sidebar-column {
    	display: none;
    }

    Just replace “1” with the ID of your post.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Post with Full Width’ is closed to new replies.