Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #834261
    Chelsea S
    Participant

    Hi, I’m using the MyBookTable for a client, and for some reason I can’t set the individual book pages at fullwidth, nor can I create a custom sidebar for the individual book pages – MyBookTable forces it to choose the default page template. I can choose the fullwidth template for the Book Table page,and create a custom sidebar, but that’s it – it just won’t work on the individual book pages. This is really obnoxious because I don’t want to have the blog’s messy sidebar on the book pages – I want those pages to be clean and free of distractions. Is there some way to override this?

    Please help!! I use this plugin paired with X constantly – I design websites for authors. I love it, but this sidebar issue is super frustrating!

    Thank you so much for your help. 🙂

    #834418
    Rue Nel
    Moderator

    Hello Chelsea,

    Thanks for writing in! To make your individual book pages fullwidth, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single-mbt_book .x-main {
        float: none;
        width: 100%
    }
    
    .single-mbt_book .x-sidebar {
        display: none;
    }

    If you need anything else we can help you with, please let us know.

    #834518
    Chelsea S
    Participant

    I love you the MOST! Thank you so much!

    #834531
    Rue Nel
    Moderator

    Don’t mention it! It’s the least that we can do for you.
    We’re just glad we were able to help you out.

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