Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #845762

    Hello,

    I would like to have 2 rows in menu cells,
    so that the menu is not that long and e.g. the word ‘Basis’ is under the word ‘Abonnement’ and so on.
    http://www.nevopo.nl

    Where can I alter this?

    #846596

    Hey juliemakombo,

    You could try to insert a line break between the words to see if that works?

    <br />

    Best regards,
    Rikard

    #847389

    Hello,
    This unfortunately does not work,
    the 2nd word will go underneath the first word, but there is a giant space between them of maybe 120px.
    which of course does not look good.
    What else can I do?

    #848101

    Hi,

    Try to use that br tag and add this css code in Quick CSS (located in Enfold > General Styling):

    #top #header_main > .container .main_menu .av-main-nav > li > a {
        height: auto !important;
        line-height: 1.3 !important;
        padding-top: 60px;
    }

    Just adjust the top padding as you see fit. Hope this helps. :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.