Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1347115
    rabbler
    Participant

    Its all over the site at http://rabble.wpstagecoach.com/category/print-edition/rabble11/

    Finding it impossible to get the right css to do it.

    Sorry about the constant questions just have a very nitpicky team!!

    #1347265
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-navbar .desktop .x-nav > li > a {
        height: 50px !important;
    }
    
    .x-navbar-inner {
        min-height: 50px !important;
    }
    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 50px !important;
    }

    Thanks.

    #1347489
    rabbler
    Participant

    Thanks also where’s the mobile menu gone?

    #1347502
    Paul R
    Moderator

    Hi,

    It’s white and not visible on a white background.

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 979px) {
    .masthead-stacked .x-btn-navbar {
        margin-top: 30px;
        color: #000 !important;   
        box-shadow: inset 0 0 0 transparent, 0 1px 5px rgba(0,0,0,0.25);
        padding: 10px 15px;
        border-radius: 5px;
    }
    }
    

    Hope that helps.

    #1347591
    rabbler
    Participant

    Hi, sorry I was referring to how the drop sits a good bit away from the menu it pops out of – just like here, I want it close to the nav bar at the top. Just like in the demo.

    Thanks for all the help.

    #1347639
    Lely
    Moderator

    Hi There,

    Please update this custom CSS:

    .x-navbar .desktop .x-nav > li ul{
        top: 122px;
    }

    To this:

    .x-navbar .desktop .x-nav > li ul:not(.sub-menu) {
        top: 122px;
    }

    Hope this helps.

    #1347707
    rabbler
    Participant

    the drop down is still appearing way below

    where as i want it like this

    #1348023
    rabbler
    Participant

    The above is a Photoshop mock up

    #1348289
    Rad
    Moderator

    Hi there,

    You should change your menu height from 120px to 50px. You can configure it at Admin > Appearance > Customizer > Header > NAVBAR > Navbar Top Height (px) (do not add px unit)

    Thanks!

    #1349023
    rabbler
    Participant

    Thanks for all the help on this.

    Its why I recommend Theme X to all and sundry.

    One last question.

    There’s a bit of excess white space on mobile view

    Any way to rid?

    #1349315
    Christopher
    Moderator

    Hi there,

    If you hover/click over that empty place, it’s where your featured image is being displayed. Please see the attachment.

    Thanks.

    #1349513
    rabbler
    Participant

    Not on the front page it’s not.

    There’s a rev slider that’s off for mobile.

    Ive no idea what that space is.

    #1349521
    Christopher
    Moderator

    Hi there,

    Please provide us with URL of page in question.

    Thanks.

    #1349549
    rabbler
    Participant
    #1349858
    Nico
    Moderator

    Hi There,

    Remove or adjust the margin top in the code that we suggested above. This code below:

    
    @media (max-width: 979px) {
    .masthead-stacked .x-btn-navbar {
        margin-top: 30px;
        color: #999999 !important;   
        box-shadow: inset 0 0 0 transparent, 0 1px 5px rgba(0,0,0,0.25);
        padding: 10px 15px;
        border-radius: 5px;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

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