Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #899870
    hannahlincoln
    Participant

    Hi guys,

    We are having an issue with our blog post pages going fullwidth instead of having a sidebar on the right hand side.

    http://itassolutions.co.uk/5-guides-help-setting-limited-liability-partnership-llp/

    I’ve tried customiser > Blog and changed the settings but had no luck and not sure why it’s happened.

    Any help would be appreciated.

    Thanks

    #899872
    hannahlincoln
    Participant
    This reply has been marked as private.
    #901107
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Please change your customizer > layout and design > content layout > Content Left, Sidebar Right to achieve a blog post with sidebar to the right.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #901759
    hannahlincoln
    Participant

    Thanks for your help, that was very obvious – sorry!

    Another quick question can you help me reduce spaces in the header, I’ve attached an image to show you what I mean, reduce the space where the red arrows I’ve drawn on are and also remove the white line from between the logo and the navbar

    http://www.itassolutions.co.uk

    Thanks!

    #902716
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-topbar {
        min-height: 0;
    }
    
    .x-logobar-inner {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    
    .x-logobar {
        border-bottom: medium none;
    }
    

    Hope that helps.

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