Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #403762

    Is this possible? I want the height spaces to be tighter?

    #404259

    Hey crewneck!

    Try to put your CSS for mobile only inside of the following code:

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    YOUR CUSTOM CSS GOES HERE
    }

    Best regards,
    Rikard

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