Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1360009

    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

    #1360050

    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

    #1360099

    Hi Ismael,

    thanks – that work fine. Best regards!

    Tobias

    #1360102

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.