Tagged: menu css
- This topic has 9 replies, 2 voices, and was last updated 4 years, 8 months ago by Skandha.
-
AuthorPosts
-
February 27, 2020 at 8:47 am #237469Anthony LazareParticipant
Hello,
I have a site using Clean Enterprise Pro theme and the menu items are right justified. I would like them centered across the top of the site (I’m not using a logo or tagline in the site identity section). I have tried adding multiple items to the additional CSS but none seem to center the menu items.
Can you help? The site is: http://unplugspot.com?bypass=comingsoon
Thank you!
February 27, 2020 at 10:57 pm #237506SkandhaParticipant@tlazare: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..site-branding { display: none; } #header-navigation-area { width: 100%; } @media screen and (min-width: 64em) { .navigation-classic .site-primary-menu.layout-two .main-navigation { margin: 0 auto; } }
Let me know if this works out!
Kind Regards,
SkandhaFebruary 28, 2020 at 9:49 am #237538Anthony LazareParticipantSkandha,
Thank you. That worked perfectly.
February 28, 2020 at 11:42 pm #237583SkandhaParticipant@tlazare: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/clean-enterprise/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaMarch 18, 2020 at 11:26 pm #239470Anthony LazareParticipantThank you again. One more question. I noticed in the colors section the menu section doesn’t have a color attribute. Is this also something I can override with CSS? I do not want it to be a white background.
Thanks,
TonyMarch 19, 2020 at 2:09 am #239520SkandhaParticipant@tlazare: Hello Tony,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..boxed-layout #page, #header-content, .navigation-classic.fluid-layout .nav-search-wrap, .navigation-classic.boxed-layout .nav-search-wrap .wrapper, body:not(.navigation-classic) .menu-toggle-wrapper, body:not(.navigation-classic) .menu-inside-wrapper, body:not(.navigation-classic) #social-search-wrapper, #search-container, #sec-search-container, .main-navigation ul ul, body:not(.navigation-classic) .nav-search-wrap.main-nav-scrolled, .services-section .entry-container, .slider-content-wrapper .cycle-pager span, #sec-header-navigation-area, .promotion-section .wrapper, .testimonial-section .entry-container, .testimonial-section .cycle-prev, .testimonial-section .cycle-next, .featured-content-section .wrapper, body:not(.home).content-modern .site-content .content-box, .main-navigation ul ul, #search-container, #sec-search-container, #header-navigation-area .menu-inside-wrapper { background-color:unset; } #header-content { background-color: #123456; }
You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaMarch 19, 2020 at 9:35 pm #239616Anthony LazareParticipantThis worked great. Thank you again for your quick reply.
March 20, 2020 at 2:02 am #239635SkandhaParticipant@tlazare: Hello Tony, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/clean-enterprise/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaMarch 20, 2020 at 2:13 pm #239678Anthony LazareParticipantI just left a review. Thank you for all of your help.
March 21, 2020 at 1:50 am #239724 -
AuthorPosts
- The topic ‘Clean Enterprise Pro Center Menu’ is closed to new replies.