Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #47351
    Campagne
    Participant

    hello,

    The site uses benoist.fr Everest Pro Wrestling

    There I would have to put the main menu line on 2 lines.

    example

    instead of:
    “Les cheminées”
    I should:
    “Les
    Cheminées ”

    Could you tell me how to do and change.

    thank you
    bests regards

    #47370
    Campagne
    Participant

    Good “<br>” works, yet to be found to manage the spacing a little high

    #47405
    Sakin
    Keymaster

    Yes br should work fine. Abut the margin bottom in your menu. You have added <p> tag in your menu item as
    <p>Les cheminées<br>Bois / Gaz / Métallique</p>
    Remove that <p> tag </p>

    Else, you can remove the margin bottom on your <p> tags in menu by adding the following css in “Appearance => Theme Options = Custom CSS” box.
    #header-menu .menu p, #footer-menu .menu p { margin-bottom: 0; }

    Then for line height and sub-menu position, the css will be as below:

    #header-menu ul.menu a, #footer-menu ul.menu a { line-height: 26px; }
    #header-menu ul.menu ul, #footer-menu ul.menu ul { top: 52px; }
    #49024
    Nizar
    Participant

    Hi
    I am using Catch Kathmandu pro theme . Is it possible to make the secondary menu to appear in specific pages and not in all pages. Or can we use any plugin to do this job. If so which plugin would you recommend.

    thanks
    Malar

    #49064
    Sakin
    Keymaster

    @Nizar: Sorry I don’t know if there is any plugin to do that. But you can use CSS to hide it and then show only in specific pages by using page ID. You can send me the list of page URL where you want to show it then I can give you the css to do that.

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