Social Icons and mobile Menu

Posted in: Newspaper
Post count: 14

There is a bug with mobile menu (menu styles that kick’in on media query
@media (max-width: 767px)
). If you have more social items then 6, they will not be shown but still will be rendered.

Here is an example:
https://s3.postimg.io/y4m2akkxf/multiline_socials.png

IMO they should be shown.

Post count: 7909

Hi,

Thanks for letting us know! I have added it on our list and it will be fixed in a future theme update.
Please try this custom css in Theme Panel > Custom Css for a quick fix – http://screencast.com/t/KEYpJ1Um

#td-mobile-nav .td-menu-socials {
height: auto;
}

Thanks!

Post count: 14

thx, that worked 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.