Header menu

mieczyslawtomczak345
3 Posts
mieczyslawtomczak345 posted this 08 February 2021
Ask a Question

I am writing because I do not know how to make the menu in the header link on two lines instead of one. It is essential for my project. Can you help me with this, please?
the attached photo shows what it should look like

I am writing because I do not know how to make the menu in the header link on two lines instead of one. It is essential for my project. Can you help me with this, please? the attached photo shows what it should look like
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 09 February 2021

Hi,

No, there is no such possibility.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, No, there is no such possibility. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
mieczyslawtomczak345
3 Posts
mieczyslawtomczak345 posted this 09 February 2021

could you help me with the css code. because you know the names of the classes?
I have similar problems with wordpres widget. I don't know the classes and can't use the css code correctly.

could you help me with the css code. because you know the names of the classes? I have similar problems with wordpres widget. I don't know the classes and can't use the css code correctly.
Support Team
Support Team posted this 09 February 2021

Hi,

You can use any browser developer tool to inspect the Menu and find the proper classes. But in short, you will need to set the fixed width for menu items and change white-space for the menu item link:

.u-nav-item
{
width: 100px;
}
.u-nav-link
{
white-space: normal;
}

Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, You can use any browser developer tool to inspect the Menu and find the proper classes. But in short, you will need to set the fixed width for menu items and change white-space for the menu item link: .u-nav-item { width: 100px; } .u-nav-link { white-space: normal; } Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
info373022
8 Posts
info373022 posted this 09 February 2021

In response to many requests, it is time that Nicepage did a head processing like many other providers.

In response to many requests, it is time that Nicepage did a head processing like many other providers.
You must log in or register to leave comments