Archived topic
Layout of columns on website
1 reply · Started by digitalrenovators on October 1, 2019
Viewing posts 1–2 of 2
Hi, hope all is well. The columns on desktop look great, but the ones one mobile do not look good, how do i get it so everything is in one column so it looks better. Any ideas please? Cheers
Hi there,
try this CSS to stack them and add a little padding around the text:
@media(max-width: 768px) {
.wp-block-media-text {
display: block;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 30px;
}
}
This archived topic is closed to new replies.