Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040703
    speester
    Participant

    https://thekitchentrainer.com.sg/

    Possible to shift down when user are are logged in?

    If not the user log in bar will block the menu.

    Thanks

    #1041060
    Christian
    Moderator

    Hey there,

    Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks.

    #1052257
    speester
    Participant

    wordpress menu is covering the website menu when you are logged in to wordpress.

    you can take a look at the screen shot.

    For both mobile and desktop

    Thanks.

    #1052325
    Christopher
    Moderator

    Hi there,

    To see the issue we need to login, please provide us with login credentials in private replay.

    Thanks.

    #1052344
    speester
    Participant
    This reply has been marked as private.
    #1052456
    Paul R
    Moderator

    Hi,

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

    
    .admin-bar .x-navbar {
       top:32px;
    }
    

    Hope that helps

    #1055728
    speester
    Participant

    added the code. dosent work.

    FYI, because i wanted it to be transparent menu, i added code to make it shift up.

    So i think the real solution to this problem is to add padding to the menu only when users are log in, not to add padding when users are not logged in.

    Thanks.

    #1055945
    Paul R
    Moderator

    Hi,

    Upon checking, I can see there is a syntax error in your css code which prevents the codes after it from working.

    You missed a closing bracket.

    http://screencast.com/t/fv3UP40oYw62

    I added the code I provided above at the very top of your custom css and it works.

    http://screencast.com/t/RTqse2UeLF3

    #1056157
    speester
    Participant

    WOW.

    AWESOME !!

    THANKS !!

    #1056316
    Joao
    Moderator

    Great to hear it.

    Let us know if we can help with anything else.

    Joao

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