Archived topic
line break in mobile menu
3 replies · Started by Heinrich on January 11, 2021
hi team,
i have an unwanted line break in my mobile menu. the first view is ok, but after actualization the hamburger is jumping to the next line. i can`t figure out the cause and how to avoid. to make the logo a bit smaller is not the solution.
screenshot 1
screenshot 2
Hi there,
your logo is being lazyloaded which is causing the issue.
Most lazy load plugins provide an option to exclude images from lazy loading using a CSS class. You can use this class: is-logo-image
got it, done, tks a lot
You're welcome