[Resolved] Sticky icons in nav bar and white space before footer

Home Forums Support [Resolved] Sticky icons in nav bar and white space before footer

Home Forums Support Sticky icons in nav bar and white space before footer

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #290820
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #290986
    Linda

    Thank you Tom! πŸ™‚

    #291064
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.