Forum Replies Created
-
AuthorPosts
-
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!!!
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;
}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;
}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;
}Thanks for all the help!!!
Thanks for the clarification. I’ll wait for the CDN to catch up or disable it temporarily.
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;
}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.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I changed the > to > and still no change (sorry!).
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.
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; }
-
AuthorPosts