Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1048419
    Sarah W
    Participant

    Hello,
    I’ve got a couple of tables in my pages and they view fine on a desktop but overflow on a mobile view.
    Is there anything I can do to stop this?
    Or is there a way of creating a similar setup within the theme.
    Thanks

    http://www.waterarthouse.co.uk/AmblesideSports/2016/06/09/all-the-rest/

    #1048456
    Nabeel A
    Moderator

    Hi Sarah,

    Thanks for writing in! You can enable horizontal scroll bar for smaller screens on this page. To do this, just add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .single-post .entry-content {
        overflow-x: auto !important;
    }

    Hope this helps!

  • <script> jQuery(function($){ $("#no-reply-1048419 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>