Site logo

Archived topic

Sticky icons in nav bar and white space before footer

17 replies · Started by Linda on March 6, 2017

Viewing posts 16–18 of 18

You can apply CSS to mobile only using a media query:

@media (max-width: 768px) {
    /* Mobile only CSS in here */
}

Let me know if you need more info :)

Thank you Tom! :)

You're welcome :)

This archived topic is closed to new replies.