Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106179
    jorge
    Participant

    Hi, I need to know how to make the menu text bigger and center it over the available space.

    http://www.soricastel.com

    #106217
    Pratik
    Participant

    Hi @jorge,

    I have asked our CSS expert to look into this for you. He will reply you soon.

    Regards,
    Pratik

    #106287
    Mahesh
    Participant

    jorgecsanz: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #access .menu .menu-item {
        font-size: 20px;
    }
    
    #access ul.menu li {
        float: none;
        display: inline-block;
    }
    
    .menu-header-container {
        text-align: center;
    }

    Note: Please adjust the font-size as desired.

    Regards,
    Mahesh

    #106312
    jorge
    Participant

    OK.

    Thanks

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