Hi!
Used padding 180px and 240px in plain text, but when seeing on mobile devices, you’ll see ugly white gaps. It should be padding 0px.
Regards,
Me llamo
Hi Me.llamo!
Try adding a codeblock element to your page content and then add this inside.
@media only screen and (max-width: 767px) {
.av_textblock_section p {
padding-left: 0 !important;
}
}
Regards,
Elliott
That worked very well, thanks Elliott!
Regards,
Me.llamo