Home Forums WoodMart support forum Show sticky header bottom bar only on mobile Reply To: Show sticky header bottom bar only on mobile

#475232

Luke Nielsen
Keymaster

Hello,

1. You can have some mistakes in other CSS code so it’s not working in the Custom CSS area.

2. We have the “Custom CSS for desktop” area that this media @media (min-width: 1025px) by default, so you can enter only selector and properties:

.whb-sticked .whb-header-bottom-inner {
	height: 40px;
	max-height: 40px;
	display: none;
}

Also, in your code I see a few mistakes: https://take.ms/Ycsje

Let me know the result.

Kind Regards

  • This reply was modified 1 year, 6 months ago by Luke Nielsen.