http://ryanlacorte.com/radiolaclassics/schedule/
Schedule is not responsive, last column does not display correctly on mobile. The theme was modified with a custom plugin for dynamic scheduling. So the schedule is being displayed dynamically on the homepage as well as the schedule page. Not sure how to proceed?
Hey!
Try with this setting:
Cheers!
Josue
I am not displaying the table using the table took. Its hardcoded.
but i think i got it to work ok using a third party plugin. I will update you after I speak with client. thanks
Note that offering fixes for third-party plugins is out of the support scope we offer.
Best regards,
Josue
ok i removed the third party plugin. If you minimize the width of my site in your browser and go to schedule you will see the issue! The homepage displays properly but not schedule. the code previously supplied did not work for me. thanks for your help
I am displaying the table with hard code not the table avia builder feature.
It looks the same:
Regards,
Josue
yes but that is not how it displays on smartphone. it cuts off the right side…
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) {
.programSchedule_full table {
position: relative;
left: -50px;
}
}
Cheers!
Josue
that worked! thank you very much
You are welcome, glad we could help :)
Regards,
Josue