Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1185054
    Headlines34
    Participant

    See attached. Box still exists. Nav button is centered, but the lines are off center.

    Thanks,
    Chuck

    #1185057
    Headlines34
    Participant

    Attached

    #1185212
    Rupok
    Member

    Hi there,

    Thanks for writing back. I can see the gray box in topbar. Let’s add this CSS to fix this :

    .x-topbar .p-info {
      display: none;
    }

    But there is no issue on Navbar button. Did you take off the code? Let us know what you are facing right now.

    Cheers!

    #1196388
    Headlines34
    Participant

    Now it’s smashing the top bad links together. Pic attached

    #1196389
    Headlines34
    Participant

    attached now

    #1196841
    Rad
    Moderator

    Hi there,

    With or without that CSS, it’s already looking like that on my end due to an absolute position. How should it appear? Should stack in two lines in the center, or should align to left, or align to right?

    I just like to know since there are existing CSS which I’m not sure if intentional or not.

    Thanks!

    #1197325
    Headlines34
    Participant

    One should be left align and the other to the right align.

    Thanks

    #1197326
    Headlines34
    Participant

    Aligns correctly on mobile but not desktop. position doesn’t need to be absolute, just left align and right align, whichever practice is best.

    #1197705
    Jade
    Moderator

    Hi Chuck,

    Please update this code:

    .x-topbar p {
        font-size: 17px;
        position: absolute;
        top: 5px;
        text-align: center;
    }

    to

    .x-topbar p {
        font-size: 17px;
        text-align: center;
        width: 170px;
        margin-bottom: 0;
        padding-top: 8px;
    }

    Then add this:

    .x-topbar .text-left {
        float: left;
    }
    
    .x-topbar .text-right {
        float: right;
    }
    
    p:empty {
        display: none;
    }

    Hope this helps.

    #1200589
    Headlines34
    Participant

    Not much luck. The text is no longer on top of each other, but it’s not aligning properly. Both are aligned left.

    #1200735
    Jade
    Moderator

    Hi there,

    Kindly provide us with your admin details so that we could check on your current CSS codes in the customizer.

    Thank you.

    #1201991
    Headlines34
    Participant
    This reply has been marked as private.
    #1202221
    Jade
    Moderator

    Hi Chuck,

    This seems to be details for a different site. Kindly provide us with the correct details.

    But for the meantime, kindly try adding again the code we suggsted previously but make sure that the code above it which is:

    @media (max-width: 700px) {
        .masthead-inline .x-btn-navbar {
            display: block;
            float: none;
            margin: 10px auto;
            width: 50px;
            clear: both;
        }
    
        .x-topbar .p-info {
           display: none;
        }
    }

    has no missing closing }.

    #1203804
    Headlines34
    Participant
    This reply has been marked as private.
    #1203815
    Headlines34
    Participant

    I inserted that code. Just need to get the topbar links aligned; one left and one right.

    Thanks

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