• Hello,

    When I try to paste an Excel table into my posts it spills over the margins on iphone/mobile. Is it possible to fix this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • How do you insert the table into page? Do you use some plugins? If yes, than what plugin you use?
    You can also provide screenshots of how your tables look in the Excel.

    Thread Starter BurgundyInVA

    (@burgundyinva)

    Hello, and thank you for the follow up!

    -I copy and paste: ctrl+c from Excel and Shift-Insert into WordPress

    -No plugins

    -Screenshot: here

    • This reply was modified 7 years, 6 months ago by BurgundyInVA.
    • This reply was modified 7 years, 6 months ago by BurgundyInVA.
    Thread Starter BurgundyInVA

    (@burgundyinva)

    Maybe, I should add that this code is in my CSS. It helped to fit my banner on mobile:

    body{
    background-color: #8C001A
    }
    @media (max-width: 767px) {
    .site-header {
    min-height: 80px;
    background-size: 100%!important;
    }
    .navbar {
    margin-top: 90px;
    }
    }
    @media (max-width: 643px) {
    .site-header {
    min-height: 90px;
    }
    .navbar {
    margin-top: 70px;
    }
    }
    @media (max-width: 359px) {
    .site-header {
    min-height: 50px;
    }
    .navbar {
    margin-top: 32px;
    }
    }

    perhaps this is making the tables not fit?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Excel Tables wont fit on Mobile’ is closed to new replies.