tables no responsive

More
8 years 10 months ago #64487 by Ellen
tables no responsive was created by Ellen
I noticed that on a iphone, the tables that list the events are not responsive. I am using Yootheme's Glass template, Joomla 3.4.1. The tables extend past the div that holds it. How can I make it look correct on a mobile device. Here is a link to the page. tinyurl.com/oyzazg7

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #64496 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic tables no responsive
Hi Ellen

There might be some css conflict with your site template causing the issue. Could you please submit a support ticket sending us super admin account of your site? We are going to check to see what's wrong and get it sorted for you

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago - 8 years 10 months ago #64529 by Ellen
Replied by Ellen on topic tables no responsive
Thank you for your response. I am attaching the url and login info

I have to say I have been extremely pleased by your helpfulness and responsiveness. I originally was looking into using another component but before I bought it I asked a question and never heard back. I know I have asked many questions of you to try to get familiar with your product and you have been wonderful. Thank you again!
Last edit: 8 years 10 months ago by Tuan Pham Ngoc.

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #64558 by Dũng Nguyễn Việt
Replied by Dũng Nguyễn Việt on topic tables no responsive
Hello.
Please add this css code to this file with link: subseasolutions.net/v3/components/com_ev...ssets/css/custom.css
@media screen and (max-width: 767px) {
.eb-container .row-fluid [class*="span"] {
display: block;
float: none!important;
margin-left: 0!important;
min-height: 30px;
width: 100%!important;
}
}

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc