Hi this section on the home page (I have attached a photo) doesn’t display the text and title in the mobile version for some reason. can you help me display it on top o the photo on mobile. Thank you
Pass: biangu
Url: www.matibrnd.com
Hi this section on the home page (I have attached a photo) doesn’t display the text and title in the mobile version for some reason. can you help me display it on top o the photo on mobile. Thank you
Pass: biangu
Url: www.matibrnd.com
Add This Css In your base.css File
@media screen and (max-width:767px){
.image-with-text__grid .image-with-text__text-item.grid__item{
display:block !important;
}
.image-with-text__content {
padding-top: 0;
}
}
Hi @MT27
If you could locate the code for the text with image remove this code from that file
it will solve your issue