Home Forums WoodMart support forum Logo strech on Apple device Reply To: Logo strech on Apple device

#284553

Bogdan Donovan
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