Tagged: 

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

    Hi

    Text in sidebar is being cut off when in portrait mode on tablets and mobilephones. Is it possible to change it, so text is moved over to the left and use the whole sidebar when in portrait mode? – see image for example

    Best regards

    Miki

    • This topic was modified 4 years, 6 months ago by Miki.
    #1213883

    Hey Miki,
    Sorry for the late reply and thanks for the screenshot and link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 1400px) { 
    .responsive .container {
        max-width: 99% !important; 
    }
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1213920

    Hi Mike

    It worked thanks :)

    Have a great day!

    Best regards

    Miki

    • This reply was modified 4 years, 6 months ago by Miki.
    #1213971

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I make content in sidebar use the full width of the sidebar’ is closed to new replies.