Tagged: #whitespace #mobile
Hey Emanon,
Thank you for the inquiry.
Would you mind providing a screenshot of the section where you’d like to reduce the whitespace? Please use imgur, savvyify or dropbox for the screenshot.
Best regards,
Ismael
Oh sorry, I thought I did. My mistake.
https://www.testdnsemanon.nl/wp-content/uploads/2023/02/WhatsApp-Image-2023-02-17-at-05.46.43-2.jpeg
Hi,
Thank you for the screenshot.
To remove the space below the read more button, please add this css code.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
margin-bottom: 0;
padding-bottom: 0;
}
}
Best regards,
Ismael
Thank you. Thread can be closed.