Hi Support,
we use a page as our website footer. but with wp-typography our website break. How can we get this? https://snipboard.io/mM6Lvd.jpg
Maybe this threat has a solution: https://wordpress.org/support/topic/wp-typography-breaks-enfold-theme/
Best regards!
Tobias
Hey Tobias,
Thank you for the inquiry.
We added this code in the Quick CSS field to adjust the width of the footer columns on mobile view.
@media only screen and (max-width: 768px) {
.responsive #top .flex_column_table_cell {
display: block;
width: 100%;
}
}
Please make sure to purge the cache before testing the page.
Best regards,
Ismael
Hi Ismael,
thanks – that work fine. Best regards!
Tobias