Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27786

    I have a few issues i need to address with the theme when looking at it on mobile . First, the slider on mobile will not stay full width when going from portrait to landscape mode (when in landscape mode the slider will stay the same size as if in portrait mode) Second the headings are not responsive when resized in mobile or in the regular browser. They will stay the same size and run off the page, just the headings though. Third, The formatting of the tables is giving me an issue with melding information together that doesnt belong. It appears as though the Category or “column heading” for the 1st column (left side of the table) disappears and is replaced with the 2nd columns heading.

    My site is http://www.Flipped.ca

    #135364

    Hi,

    There is still no fix on instances where you rotate the iPad then don’t refresh the page.

    To fix the special heading, you can use this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .av-special-heading h3 {
    font-size: 14px;
    }
    }

    Regards,

    Ismael

    #135365

    ok. Thanks.

    What about the tables? Is there a fix for that?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Issue with mobile responsiveness. Tables, Headings and Sliders’ is closed to new replies.