• Resolved andypnz

    (@andypnz)


    Hi. Trying to remove the sidebar and then make a posts page full width.

    So far have removed the sidebar by deleting <?php get_sidebar(); ?> from single post (single.php) – probably not the right thing to do as will be overwritten when MH Magazine theme gets upgraded.

    How do I make the posts full width of the page?

    Does the paid version give this functionality? I still want a side bar on pages, but not posts.

    Thank you!
    Andrew

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Andrew,

    thanks for using MH Magazine lite.

    As you’ve manually removed the sidebar, you could now extend the content area with a line of CSS:

    .single-post .mh-content { width: 100% !important; }

    You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS or by using plugins for adding code snippets.

    As an alternative, the premium version of MH Magazine includes an option to globally disable the sidebar across the site or to disable the sidebar on a per posts basis, as well as several other additional features, options and custom widgets to configure your website.

    Thread Starter andypnz

    (@andypnz)

    Thank you, perfect ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing sidebar and making posts full width’ is closed to new replies.