Site logo

Archived topic

Space Height for Mobile

3 replies · Started by Rafael on December 6, 2022

Viewing posts 1–4 of 4

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;
}
}

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.

Hi,

Money, that works. Thanks

You're welcome, Rafael!

This archived topic is closed to new replies.