Site logo

[Resolved] Space Height for Mobile

Home Forums Support [Resolved] Space Height for Mobile

Home Forums Support Space Height for Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2452307
    Rafael

    Hi,

    I am trying to have a Custom Height on a Spacer block on mobile.

    The code below is not working.

    /*MOBILE Home Parallax Image */
    @media (max-width: 768px) {
    .homepageparaheight.wp-block-spacer" {
    height:100px;
    }
    }
    #2452313
    Fernando
    Customer Support

    Hi Rafael,

    Can you try this CSS instead?:

    @media (max-width: 768px) {
        .home .wp-block-nk-awb.nk-awb {
            height: 100px;
        }
    }

    Let us know how it goes.

    #2452349
    Rafael

    Hi,

    Money, that works. Thanks

    #2452356
    Fernando
    Customer Support

    You’re welcome, Rafael!

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