Navigation List Items horizontally

0
  Hey community, i have two questions about the navigation list: 1) is it possible to order the items horizontally instead of vertically? 2) is it possible to change the background color of the item over which I hover?   many thanks and best regards
asked
3 answers
1

Hi Marc,

1) is it possible to order the items horizontally instead of vertically?

To display the items in navigation horizontally, You have to use Atlas_Topbar layout for the pages

2) is it possible to change the background color of the item over which I hover?

Yes, you can achieve it by updating classes in scss files 

answered
0

Hi Stella,

thanks for the fast response.

1) To display the items in navigation horizontally, You have to use Atlas_Topbar layout for the pages

I was talking about the navigation list widget, not the Atlas_Topbar layout. I don´t want to use the widget for page accesses, just for choosing some options. please check the attachments below.

 

​​​​​​​2) Yes, you can achieve it by updating classes in scss files 

Thanks for the hint. I will try that.

 

 

answered
0

Hi Marc,

  1. use MenuBar widget instead of NavigationTree or NavigationList and select project navigation. You will get horizontal navigation.
  2. You could implement this with hover for the selected items in scss file, which gets compiled to a css using tools like gulp

 

answered