Home Forums WoodMart support forum Logo strech on Apple device

Logo strech on Apple device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #284539

    developeris
    Participant

    Hello,
    logo is strech in sticky header on only Apple device. With android there is no problem, we didn’t find in any android phone. But in Apple in any internet browser (google chrome, safari) we get strech logo.

    #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

    #284569

    developeris
    Participant

    Its working now, thank you

    #284573

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Logo strech on Apple device’ is closed to new replies.