Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #226475

    How can I reduce the space between the navigation menu items and the bar showing the current menu selection?

    #226847

    Hi Brian!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .social_header .main_menu ul:first-child > li a { line-height: 166px; }

    Regards,
    Yigit

    #227269

    I pasted this into the Quick CSS but it does not seem to have changed anything:

    .social_header .main_menu ul:first-child > li a { line-height: 166px; }

    http://www.forte-systems.com

    #227272

    Hey!

    Try with this code:

    span.avia-menu-fx {
        bottom: 30px !important;
    }

    Regards,
    Josue

    #227275

    So, I added it to the previous suggestion:

    .social_header .main_menu ul:first-child > li a { line-height: 166px; }
    span.avia-menu-fx {
    bottom: 30px !important;
    }

    and flushed my cache plugin. Still no change.

    #227279

    Hi!

    Make sure you write the greater than sign correct (don’t paste it), right now it appears as a & gt; code.

    .social_header .main_menu ul:first-child > li a { line-height: 166px; }
    

    Regards,
    Josue

    #227284

    I changed the > to > and still no change (sorry!).

    #227285

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #227286
    This reply has been marked as private.
    #227288
    This reply has been marked as private.
    #227290
    This reply has been marked as private.
    #227319

    Hi!

    Please add this on Quick CSS or custom.css:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }

    Cheers!
    Ismael

    #227490

    I added your suggestion to Quick CSS and still no change. If it helps, I’m uising the header Non-fixed Header with Social Icons and Additional Navigation.

    #227576

    Hey!

    Code is not being applied. Please try deactivating all active plugins and check if that helps. If not, please make sure that wp-content>uploads folder has correct permissions ( 755 )

    Regards,
    Yigit

    #227579

    You can also add the code to the css/custom.css file.

    Regards,
    Josue

    #227618

    I added the code to custom.css but it still does not have an effect:

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }

    #227626

    They are not because there is a CDN functionality activated, so the file that is served is this one:
    http://forte.wpengine.netdna-cdn.com/wp-content/themes/enfold/css/custom.css?ver=1

    Instead of this one (which has the change applied):
    http://www.forte-systems.com//wp-content/themes/enfold/css/custom.css?ver=1

    Same with the changes in Quick CSS:
    http://forte.wpengine.netdna-cdn.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    Best regards,
    Josue

    #227653

    Thanks for the clarification. I’ll wait for the CDN to catch up or disable it temporarily.

    #227659

    We looking forward to hearing from you.

    #227987

    I finally got the changes to show up by disabling CDN and the cache plugin. I put this code in custom.css and the white space is gone. But, the red line showing the menu selection is now on top of the navigation text. How do I move the line down so it sits on top of the thin gray line below the navigation menu text?

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }

    http://www.forte-systems.com

    Thanks for all the help!!!

    #228030

    In css/custom.css remove this code:

    span.avia-menu-fx {
        bottom: 0px !important;
    }

    Cheers!
    Josue

    #228063

    I do not see that code in custom.css. Here is the contents of custom.css:

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    span.avia-menu-fx {
    bottom: 30px !important;
    }

    #228073

    Hey!

    Please add this on custom.css or Quick CSS:

    span.avia-menu-fx {
    bottom: 0px !important;
    }

    For further customization, please visit Werkpress.

    Regards,
    Ismael

    #228076

    I added the code and custom.css is shown below. The problem is still there:

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }
    span.avia-menu-fx {
    bottom: 0px !important;
    }

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    span.avia-menu-fx {
    bottom: 30px !important;
    }

    #228097

    The code i told you to remove is still there, at the very bottom:

    span.avia-menu-fx {
    bottom: 30px !important;
    }

    Regards,
    Josue

    #228159

    Thank you! The change works now except when I enable WPengine’s CDN. I have a ticket open with them to resolve the CDN issue.

    Thanks again for all the help!!!

Viewing 26 posts - 1 through 26 (of 26 total)
  • The topic ‘Reduce Navigation Menu White Space’ is closed to new replies.