Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1379434
    nadinedomnink
    Participant

    hey, could you give me a code in order to move the logo to the middle in the mobile desktop?
    that would be great! thanks a lot!
    http://www.goossens-brieger.de/wordpress/

    #1379520
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .masthead-stacked .x-brand {
        float: none;
    }

    Hope it helps 🙂

    #1379593
    nadinedomnink
    Participant

    hey, sorry, with this code the logo is also moved in the desktop display. it should only be moved in the mobile display…? any other idea? thanks!!!

    #1379656
    Christopher
    Moderator

    Hi there,

    Please update previous code to :

    @media (max-width:979px){
    .masthead-stacked .x-brand {
        float: none;
    }
    }

    Hope it helps.

    #1380185
    nadinedomnink
    Participant

    perfect, thanks!

    #1380207
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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