• Closed
  • Daniel Martín
    Spectator
    27.07.2015 at 13:54 #19205

    http://obliviogcm.com/

    This is my website. I’m trying to set the main navigation bar in only one row. I have tried to change to a smaller font, but no success. How can I do???

    Thank you in advanced

    Imran
    Spectator
    Posts: 402
    27.07.2015 at 14:18 #19209

    Hi Daniel,

    Thanks for writing in, if you wish to achieve your menu in one row, so you can add the following code under Appearance > Theme Options > custom CSS:

    #nav.nav-holder .navigation > li > a {
    padding: 0 5px;
    }

    Hope this helps!

    Thanks.

    Daniel Martín
    Spectator
    Posts: 24
    27.07.2015 at 18:06 #19220

    It worked!

    Thank you very much

    Daniel Martín
    Spectator
    Posts: 24
    27.07.2015 at 18:12 #19221

    However, I see that there is still too much space in the right side. Is there any chance to use it, so the menu items are not that close each other?

    Denzel Chia
    Moderator
    Posts: 2656
    29.07.2015 at 09:09 #19316

    Hi,

    It’s not possible to use only the space on the right side.
    The theme is aligned center, we can only widen the menu area both ways (left and right). But no guarantee that it will not break other content layout.

    Thanks!