Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1277023
    proquotient
    Participant

    Hello there,

    Please refer the attached screenshot.

    The page title gets chopped off for some reason..What am I doing wrong? Also, refer the second image where I get a white stripe just below the header.. I feel both has one single fix.

    Please guide.

    My website – https://proquotient.com

    #1277027
    proquotient
    Participant

    White gap is seen only on mobile phones.

    #1277034
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 47px;
    }
    
    

    Hope that helps.

    #1277037
    proquotient
    Participant

    It worked.

    Great thanks 🙂 You guys are awesome.

    Cheers

    #1277045
    Lely
    Moderator

    You’re welcome!

    Cheers!

    #1277048
    proquotient
    Participant

    One final thing, this may not be the right thread but I shall still go ahead.

    Please refer the attached image. If you notice I get a black bar just above the header. This is on RED MI Android phone. What may be the reason?

    #1277052
    proquotient
    Participant

    sorry ignore the attachment. Please refer the one newly attached.

    #1277056
    Rupok
    Member

    Hi there,

    It looks like the admin bar. To remove the toolbar from your site, go to Users > Your Profile. Scroll down to “Toolbar” and check “Show Toolbar when viewing site.”

    Hope this helps.

    #1277075
    proquotient
    Participant

    Thanks. But, I have not logged in as a user on my mobile…

    #1277084
    Rupok
    Member

    Hi there,

    I can see the admin bar on your site without login – http://prntscr.com/ddx9rn

    Are you using any code on your Child Theme to show admin bar? You can try adding the below code within Child Theme’s functions.php :

    add_action(‘after_setup_theme’, ‘remove_admin_bar’);

    function remove_admin_bar() {
    if (!current_user_can('administrator') && !is_admin()) {
      show_admin_bar(false);
    }
    }

    Cheers!

    #1277086
    proquotient
    Participant

    Oh yeah! thats my Buddypress bar. Thanks again 🙂

    #1277093
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

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