Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #830344

    I have a table that can be wider than screen width (depending on the device being used). When that table is inside of a tab, the content bleeds over into the next tab instead of being an element that the user can scroll horizontally through. I need the user to be able to scroll horizontally (and vertically which is already working correctly by default) through the table. I tried:

    .tab_content {
    overflow-x: scroll;
    }
    #830354

    Hey colencrawford,

    Please provide a link to the page/section in question so we can help work this out.

    Best regards,
    Jordan Shannon

    #831068
    This reply has been marked as private.
    #831094

    Hi,

    The login credentials provided are not working for me. Can you please check them again?

    Best regards,
    Jordan Shannon

    #831108

    Jordan,

    I updated the credentials to match what I sent you just now. Please try it again!

    #831110

    Hi,

    Got it. What is the exact page the tab table is on?

    Best regards,
    Jordan Shannon

    #831115

    The user profile page.

    #831124

    Hi,

    Try adding the following to quick css:

    .avia_textblock.user-floorplans-textbox-container{
    overflow-x: scroll!important;
        max-width: 85%!important;
    } 

    Best regards,
    Jordan Shannon

    #831129

    Jordan,

    I tried placing it my child theme’s style.css file, flushing the cache, and reloading the page. That didn’t work. Then I put the code in the quick css section, flushed the cache, and reloaded the page. This time, it did work. Do you know why?

    #831131

    Hi,

    The stye.css file maybe hasn’t been re-downloaded from the server. Doing 3-5 refreshes should fix that issue as opposed to 1. But, did the css solve the problem?

    Best regards,
    Jordan Shannon

    #831133

    The CSS fixed the not scrolling issue. I have some other things I need to workout myself, but that’s beyond the scope. Thanks!

    #831139

    Hi,

    No problem at all. If you need additional help, please do not hesitate to contact us here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Tab Content Overflowing Horizontally’ is closed to new replies.