Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #93316
    [email protected]
    Participant

    hi! i want to center the primary and secondary menu, how can i do that?
    and change the colors of the bars in secondary menu?
    thanks!

    #93328
    Pratik
    Participant

    Hi @vivialmonacidgmail-com:
    Can you post in your site url, then I will be able to provide Custom CSS for you.

    #93336
    [email protected]
    Participant

    http://www.carlosherrmann.com/
    i want the secondary menu in the middle, above the logo.
    and want to erase le menu search in the right at primary menu.
    thanks

    #93370
    Mahesh
    Participant

    @vivialmonacidgmail-com: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .menu.clean-box-nav-menu {
        text-align: center;
        width: 100%
    }
    
    .menu.clean-box-nav-menu > li {
        float: none;
    }
    
    #header-toggle {
        display: none;
    }
    
    .nav-secondary .wrapper,
    #fixed-header-top {
        background-color: #000;
    }

    Note: Please change the background-color hex to your desired color.

    Regards,
    Mahesh

    #93462
    [email protected]
    Participant

    Thanks, Mahesh!
    work perfectly.

    #93463
    [email protected]
    Participant

    Another issue: how i can change the color background of the content page?
    i dont want the box dark, is possible?
    many thanks!

    #93468
    Mahesh
    Participant

    @vivialmonacidgmail-com: Please add the following CSS:

    #main .hentry {
        background-color: #fff;
    }

    Note: Change the color hex to your desired color.

    Regards,
    Mahesh

    #93482
    [email protected]
    Participant

    Hi, thanks!
    if is not an issue, i want put the primary menu above in the foot, with the text align in the right. just like now but in the foot.
    thanks.

    #93508
    Mahesh
    Participant

    @vivialmonacidgmail-com: I guess you’ve done this yourself. I checked your site and the menu is in footer with text align right.

    Regards,
    Mahesh

    #93712
    [email protected]
    Participant

    Yes thanks! but the footer line (copyright and that) is gone…

    another question! how can i change the width in the index? i want put a home with a gallery but i dont like the box in the middle… i want the gallery have a full width.

    is possible?

    #93713
    [email protected]
    Participant

    ok, thanks, i think i fix it!

    #93746
    Mahesh
    Participant

    @vivialmonacidgmail-com: Have you fixed the problem? Let me know if you need any help.

    Regards,
    Mahesh

    #93816
    [email protected]
    Participant

    HI! yes,
    but now i need center the content pages, so, i put this:

    #main .hentry {
    align-content: center;
    }

    but not work 🙂

    if you see the link “productos” i want the slider centered.

    how i can do it?
    thanks!

    #93817
    [email protected]
    Participant

    oh!i think that work…
    i can see now.

    #93818
    [email protected]
    Participant

    nope…

    #93834
    Mahesh
    Participant

    @vivialmonacidgmail-com: Add the following CSS:

    .baslider-main {
    	margin: 0 auto;
    }
    
    .ba-outside {
    	margin: 0 auto;
    	float: none;
    }

    Regards,
    Mahesh

    #93993
    [email protected]
    Participant

    excellent!!
    Merci!! 🙂

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘center menu’ is closed to new replies.