[Resolved] Remove padding on Mobile menu

Home Forums Support [Resolved] Remove padding on Mobile menu

Home Forums Support Remove padding on Mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #449538
    generatedcadcpr

    Hi guys, I’ve added some padding to the left side on a top menu, but want this padding to be gone on the mobile version. It’s probably pretty simple, I’m just not familiar with CSS

    #449594
    Tom
    Lead Developer
    Lead Developer

    Did you use CSS to add the padding?

    If so, add it inside this media query:

    @media (min-width: 769px) {
        /* CSS in here applies to desktop only */
    }
    #449643
    generatedcadcpr

    Thank you, yes I did and that worked perfectly.

    #449919
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.