Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help with bootstrap sticky header menu Reply To: Help with bootstrap sticky header menu

#235245
pm4698
Participant

Ok.

If you see at inspection tools, when you scroll down and see the sticky menu, that the class topbar-v1 takes from this code:

.header-fixed .header-v1.header-fixed-shrink .topbar-v1 {
display: none;

}

inside header-v1.css file.
So, if you delete or comment the line display:none; and put some margin for example: margin-top:40px; and play generally with paddings – margins you will get the result you want.

P.S. Check if this class is not shown/used anywhere else so that removing the display:none will not affect other elements