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.
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
Here is a link to the screen capture.
Hi!
Here what I see
http://awesomescreenshot.com/0115vt93b7
can you please clear your cache?
Thanks a lot
Best regards,
Basilis
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.
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
That worked perfect. Thanks so much for the support.