Gutenberg-Media Text Block-stacked on mobile
-
Hi, I want to extend the is-stacked-on-mobile class to work on tablet width for media text block. I did try it myself and found a piece of code and added it to the customize css part, but it doesn’t do the trick. Anyone an idea?
@media only screen and (max-width: 960px)
.wp-block-media-text.is-stacked-on-mobile {
-ms-grid-columns: 100%!important;
grid-template-columns: 100%!important;
}Kind regards, Debbie
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Gutenberg-Media Text Block-stacked on mobile’ is closed to new replies.