• Closed
  • Daniel Martín
    Spectator
    July 27, 2015 at 1:54 pm #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
    July 27, 2015 at 2:18 pm #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
    July 27, 2015 at 6:06 pm #19220

    It worked!

    Thank you very much

    Daniel Martín
    Spectator
    Posts: 24
    July 27, 2015 at 6:12 pm #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
    July 29, 2015 at 9:09 am #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!