Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1324377
    fatcatgraphics
    Participant

    Hi,
    Im trying to center the menu below the logo and I tried this:

    @media (max-width: 480px){
    a.x-btn-navbar {
    width: 100%;
    text-align: center;
    }
    .x-navbar .x-brand {
    width: 100%;
    }
    }

    but it didn’t work. Could you please help me center this? My website is
    http://wnml-law.com

    #1324383
    fatcatgraphics
    Participant

    I was actually able to get that to work, but I cannot get the logo centered. Its slightly to the right on mobile devices. Could you please help with that?

    Thanks

    #1324390
    fatcatgraphics
    Participant

    Sorry, I figured that out as well!

    And if anyones wondering it’s:

    a.x-brand {
    margin-bottom: 15px;
    }

    @media (max-width: 480px){
    a.x-btn-navbar {
    width: 100%;
    text-align: center;
    }
    .x-navbar .x-brand {
    width: 100%;
    text-align: center;

    }
    }

    Into the Additional CSS area

    #1324487
    Jade
    Moderator

    Thanks for sharing your solution.

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