Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358794
    ddibernardo
    Participant

    I have a regular theme vs child theme with so many posts I don’t want to change it at this point but I want to have my forum be full-width and my blog have a sidebar. Do you have a short snippet of code that I can insert in the Customize section for a full-width forum?

    #1358795
    ddibernardo
    Participant

    URL for the Forum is: genyfinanceguy.com/gyfg-forum

    #1359053
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your Customizer > Custom > CSS:

    .forum-archive .x-sidebar{
    display:none;
    }
    
    .forum-archive .x-main{
    width:100%;
    }

    Let us know how it goes.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1358794 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>