Medium-only footer widgets
-
What i want to do is to have 2 row footer widgets on medium screen only. Looked into code and found this :
s switch ( $count ) { case '1': $class = 'medium-12 large-12'; break; case '2': $class = 'medium-12 large-6'; break; case '3': $class = 'medium-12 large-4'; break; }I know i can simply change medium-12 to medium-6 in case 2 and 3 but in case 3 last widget will be taking only half available space.
It is possible to change medium-6 to medium-12 class ONLY to widget 3 in case 3 (3 widgets active) ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Medium-only footer widgets’ is closed to new replies.
