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?
Hey juliemakombo,
You could try to insert a line break between the words to see if that works?
<br />
Best regards,
Rikard
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?
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