Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #635419

    I have added a table inside a grid and have set it up so it is scrollable. The issue is that it is overlapping the side column I have set up in the gird.

    Any help is greatly appreciated.

    #635446

    Hi bensondesign!

    I have loaded your web site and I can not see it overlaping it.
    Can you please provide us with a screenshot?

    Regards,
    Basilis

    #635521

    Here is a link to the screen capture.

    #635536

    Hi!

    Here what I see
    http://awesomescreenshot.com/0115vt93b7

    can you please clear your cache?

    Thanks a lot

    Best regards,
    Basilis

    #635542

    Basilis,
    I see the same thing you do on larger screens but when I resize my browser so the edge is closer to the phone number on the top right of the page is when it overlaps.

    #635576

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    
    @media only screen and (max-width: 1600px) {
    .responsive .avia_scrollable_table {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }}
    

    Best regards,
    Vinay

    #635590

    That worked perfect. Thanks so much for the support.

    #635749

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

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