Wrap Menu items

kizzab77
3 Posts
kizzab77 posted this 27 September 2021
Ask a Question

Hi,

Just wanting to wrap the text of my menu items to go over two lines, how can I achieve this?

Thanks

Hi, Just wanting to wrap the text of my menu items to go over two lines, how can I achieve this? Thanks
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 27 September 2021

Hi Kirralee,

There is no such possibility in the application. You can try to use custom CSS code to achieve that.

...................................................
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 Kirralee, There is no such possibility in the application. You can try to use custom CSS code to achieve that. ................................................... 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
kizzab77
3 Posts
kizzab77 posted this 29 September 2021

I have been using the following code but it is not working, can you suggest what I am doing wrong

.menu-item-41
{
max-width: 450px;
overflow-wrap: break-word;
}

I have been using the following code but it is not working, can you suggest what I am doing wrong .menu-item-41 { max-width: 450px; overflow-wrap: break-word; }
Support Team
Support Team posted this 29 September 2021

Hi Kirralee,

Please also provide a link to your site and point to the menu item you want to wrap.

...................................................
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 Kirralee, Please also provide a link to your site and point to the menu item you want to wrap. ................................................... 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
kizzab77
3 Posts
kizzab77 posted this 29 September 2021

Thank you the site is https://austockandproperty.com/ and you can see the menu I want to wrap here https://austockandproperty.com/wp-content/uploads/ss3.jpg

Thank you the site is https://austockandproperty.com/ and you can see the menu I want to wrap here https://austockandproperty.com/wp-content/uploads/ss3.jpg
Support Team
Support Team posted this 30 September 2021

Hi,

You should apply the custom styles to the link element inside the item. To apply the custom code to all items please use the following CSS:

.menu-item a
{
max-width: 200px;
white-space: normal;
}

Please let us know if you need our further assistance.

...................................................
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 should apply the custom styles to the link element inside the item. To apply the custom code to all items please use the following CSS: .menu-item a { max-width: 200px; white-space: normal; } Please let us know if you need our further assistance. ................................................... 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
You must log in or register to leave comments