Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #266955

    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?

    #266988

    Hey!

    Try with this setting:

    Cheers!
    Josue

    #267001

    I am not displaying the table using the table took. Its hardcoded.

    #267002

    but i think i got it to work ok using a third party plugin. I will update you after I speak with client. thanks

    #267005

    Note that offering fixes for third-party plugins is out of the support scope we offer.

    Best regards,
    Josue

    #267012

    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

    #267013

    I am displaying the table with hard code not the table avia builder feature.

    #267020

    It looks the same:

    Regards,
    Josue

    #267021

    yes but that is not how it displays on smartphone. it cuts off the right side…

    #267022

    #267023

    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

    #267043

    that worked! thank you very much

    #267046

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Table Responsive issue’ is closed to new replies.