Home Forums WoodMart support forum Sticky Header Logo stretchig when scrolling down Reply To: Sticky Header Logo stretchig when scrolling down

#284901

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

body .whb-sticked .wd-switch-logo .wd-sticky-logo, 
body .whb-clone .wd-switch-logo .wd-sticky-logo {
	display: inline-block;
}

This issue will also be fixed in the next theme update.

Best Regards