Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13077
    Nixos
    Participant

    Hi Sakin,
    I’m trying to put my menu on one line on : http://nova-tek.fr/depannage-informatique/
    I would like to know if it’s possible to reduce the space between the text in the menu.
    I already tried to reduce the font size but my menu is always on two lines instead of one.
    I tried this in custom CSS :
    #header-menu ul.menu a { color: #ff6600; }
    #header-menu ul.menu ul a { color: #ff6600; }
    #branding ul.menu a { color: #ff6600; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
    I would also like to know if it is possible to align the menu to the left because at the moment it is centered
    Thanks for your help

    #13113
    Nixos
    Participant

    Sorry, i have more questions…
    when i type the name of my site in google like : novatek informatique,
    i see the result like this :

    Novatek tout pour l’informatique |
    nova-tek.fr/‎
    gallery type=rectangular link=file ids=826824688822,1025 orderby=rand] Novatek informatique est un nouveau magasin à cagnes sur mer. Nos domaines.

    1 – Is it possible to remove : ” gallery type=rectangular link=file ids=826824688822,1025 orderby=rand] ” from the result ?

    2 – How to remove the ” | ” at the end of the text ?

    you have been so successful in my last requests! If you think I’m asking too many questions let me know … Thanks

    #13129
    Sakin
    Keymaster

    @Nixos: For menu, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu { text-align: left; }
    #header-menu ul.menu a { padding: 0 15px; }

    For SEO stuff. I see that you have remove the Site Title from “Settings => General”. That is why it is empty after |. It is recommended add title. Also for SEO stuff, I recommend you to use WordPress SEO by Yoast plugin and do the setting. From that plugin you can change the Title as well as description.

    #13496
    Nixos
    Participant

    Sorry for late… Just thank you again Sakin. You’re the best !

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font size and space between text in menu’ is closed to new replies.