Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Reduce Navigation Menu White Space #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!!!

    in reply to: Reduce Navigation Menu White Space #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;
    }

    in reply to: Reduce Navigation Menu White Space #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;
    }

    in reply to: Reduce Navigation Menu White Space #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!!!

    in reply to: Reduce Navigation Menu White Space #227653

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

    in reply to: Reduce Navigation Menu White Space #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;
    }

    in reply to: Reduce Navigation Menu White Space #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.

    in reply to: Reduce Navigation Menu White Space #227290
    This reply has been marked as private.
    in reply to: Reduce Navigation Menu White Space #227288
    This reply has been marked as private.
    in reply to: Reduce Navigation Menu White Space #227286
    This reply has been marked as private.
    in reply to: Reduce Navigation Menu White Space #227284

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

    in reply to: Reduce Navigation Menu White Space #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.

    in reply to: Reduce Navigation Menu White Space #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

Viewing 13 posts - 1 through 13 (of 13 total)