Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1143288
    fmerino9
    Participant

    Hello, I hope this day is finding you well.

    Before I ask for your assistance, please enjoy this video smoking is bad for you

    I have been trying to reduce the width of my topbar, i was able to get the right side but the left side remains the same.

    I used CSS class

    .x-topbar {
    width: auto !important;
    max-width: 85% !important;
    }

    Thank you for your time.

    #1143291
    fmerino9
    Participant
    This reply has been marked as private.
    #1143423
    fmerino9
    Participant

    If I could add one more request, the topbar menu is aligning vertically. How can I get it to align horizontally? Thanks a million

    #1143470
    Thai
    Moderator

    Hi There,

    Please delete your custom CSS and try with this:

    .x-topbar .x-topbar-inner.max.width {
        width: auto !important;
        max-width: 85% !important;
        margin: 0 auto;
    }
    
    .top-menu ul {
        float: left;
        margin: 6px 0 0;
    }
    .top-menu ul li {
        display: inline-block;
        margin-right: 10px;
    }

    Hope it helps 🙂

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