Topic Resolution: Resolved
  • Closed
  • Johan Bergstad
    Spectator
    February 23, 2015 at 8:22 am #14921

    Hi, some time ago I asked support for a wider menu because the menu-items appeared under each other and not in one single horisontal line. You helped me with some code and the menu is now ok but the sticky menu is not in one line I noticed. I like to have all menu-items next to each other there as well.

    url: nieuwe.roosgoesgreen.nl

    regards
    Arjan

    Johan Bergstad
    Spectator
    Posts: 32
    February 23, 2015 at 9:05 am #14924

    I changed the font-size from 15px to 13px and then the menu-items get next to each other. Is that an okay solution or do you have a better one?

    Johan Bergstad
    Spectator
    Posts: 32
    February 23, 2015 at 9:51 am #14925

    ps it didn’t work because the font-size from the ordinary menu changed allso. So I still need a solution:-)

    Lukasz
    Spectator
    Posts: 45
    February 23, 2015 at 10:08 am #14926

    I think that you can try use this code:
    #sticky-nav ul li a {
    padding: 0px 10px;
    }

    Johan Bergstad
    Spectator
    Posts: 32
    February 23, 2015 at 10:13 am #14927

    Thx! That works fine.