Make forum full width by default

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home ForumUS phpbb 3.3.x Style Make forum full width by default

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #876
    tomatito_tomatito
    Participant

    Hi, is it possible to make the forum by default wide/full width instead of boxed?

    Like so: http://www.awesomescreenshot.com/image/2164419/48c1120d5da5ff1acb0fe4eeedd23ec0

    So to turn (or remove) this option off in the frontend of the forum.

    Thanks in advance for your reply 🙂

    #877

    Hi There,

    In this issue, you could use the below CSS.

    1. Open custom.css
    2. Add the below css code:

    .topic--sidebar,
    .topic--breadcrumb .toggle-sidebar {
        display: none;
    }
    .topic--body {
        width: 100%;
    }

    Please Note: the way is not a proper way to remove/hide the sidebar. In this issue you need to hire someone to customize the style for you in a proper way. This is because, there will need some extra HTML, CSS and JS coding.

    Best Regards,
    ThemeLooks Support Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
happy hour