When I un-check the 'enable social icon' button it collapses the global footer into a single long row. I tried this on both my fresh dev site and my live site and both do the same thing. Maybe a bug?
Announcement
Collapse
No announcement yet.
Levels ReadyTheme- Unchecking social icons breaks footer layout
Collapse
X
-
Yes this is a bug. Here is how to fix it:
Fixed on levels-theme:
Global Footer:
Code:<mvt:if expr="l.settings:readytheme:social_active"> <div class="large-hide medium-show hide">
change to
Code:<div class="large-hide medium-show hide"> <mvt:if expr="l.settings:readytheme:social_active">
Last edited by Brennan; 01-22-16, 09:12 AM.
Comment