Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1317893
    tlwoods
    Participant

    Hi,

    Currently, we have reclaimnewyork.org set up with the logo to the left of the menu and would like to keep it that way. However, after a certain breakpoint, the menu slides to the line below and the logo is still to the left. Is there any way to center the logo when the screen size is below a certain width?

    Thanks!

    #1318239
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your Customizer > Custom > CSS:

    @media (max-width:1200px){
        float: none;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: 260px;
    }

    Adjust the max width to what screensize you want the CSS to be enabled.

    Hope it helps.

    Let us know how it goes.

    Thanks.

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