Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #237469
    Anthony Lazare
    Participant

    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!

    #237506
    Skandha
    Participant

    @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,
    Skandha

    #237538
    Anthony Lazare
    Participant

    Skandha,

    Thank you. That worked perfectly.

    #237583
    Skandha
    Participant

    @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,
    Skandha

    #239470
    Anthony Lazare
    Participant

    Thank 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,
    Tony

    #239520
    Skandha
    Participant

    @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,
    Skandha

    #239616
    Anthony Lazare
    Participant

    This worked great. Thank you again for your quick reply.

    #239635
    Skandha
    Participant

    @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,
    Skandha

    #239678
    Anthony Lazare
    Participant

    I just left a review. Thank you for all of your help.

    #239724
    Skandha
    Participant

    @tlazare: Thank you for your wonderful review Tony. Take Care, Stay Safe.

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Clean Enterprise Pro Center Menu’ is closed to new replies.