PDA

View Full Version : Adjusting the General Nova template adding an extra line on top navigation



dcpartners
April 22, 2023, 05:46 AM
Hi there,

We are trying to tweak the General Nova template by adding an extra line on the top navigation.

We managed to make it - see below:

4816

If we shrink the window to mobile size, this extra line is disappeared. Any ideas?

Also, it worked on most of the pages except Search on Map, which has a fixed menu. How do I fix this?

BTW, the website is www.dewalist.com

I'm appreciated your feedback.


Thanks

Chris Brown
April 23, 2023, 08:17 AM
Hi there,

We are trying to tweak the General Nova template by adding an extra line on the top navigation.

We managed to make it - see below:

https://forum.flynax.com/attachment.php?attachmentid=4816&stc=1

If we shrink the window to mobile size, this extra line is disappeared. Any ideas?



You have this line of code


<span class="header-contacts d-none d-md-block font-size-xs font-weight-semibold">


Remove the d-none

dcpartners
April 24, 2023, 04:47 AM
You have this line of code


<span class="header-contacts d-none d-md-block font-size-xs font-weight-semibold">


Remove the d-none

Removed the d-none and worked well. Thanks for this.


Any ideas about the "Search on Map" that fixed menu?

4817