Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #91998
    Massimo
    Participant

    Hi.
    It’s the possibility to center menu on width page?
    And… Can I put all the items on one-line menu?
    Check this site: http://www.paisdisanmarc.it
    Thanks!

    #92021
    Mahesh
    Keymaster

    @masfur: You have lot of menu items that is why it’s dropping to the new line. For centering menu items, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .menu.catchbase-nav-menu {
        text-align: center;
    }
    
    .catchbase-nav-menu li {
        float: none;
    }

    Regards,
    Mahesh

    #92027
    Massimo
    Participant

    Thank you.
    But, can I reduce the distance item-item?
    Now I have all items and I don’t add another.

    #92042
    Mahesh
    Keymaster

    @masfur: Please add the following CSS:

    .catchbase-nav-menu a {
        padding: 10px;
    }

    Regards,
    Mahesh

    #92044
    Massimo
    Participant

    Perfect!
    Thank you a lot!

    #92047
    Mahesh
    Keymaster

    @masfur: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

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