Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15659
    Anonymous
    Inactive

    Hi,

    When running this page (http://themobilecasino.co.uk/mobile-casino/) in Chrome the table with logos adjust itself to the main area.

    But When I run it on IE and Firefox, the table doesn’t adjust and goes under the sidebar.

    What am I doing wrong?

    Offir

    #15672
    Sakin
    Keymaster

    @offirkeren: The way you have added table seems to be problem. There is fixed width in the table td. Either you need to reduce that or you need to add responsive table with the help of plugin.

    It is showing correctly in Chrome, as chrome correct the table automatically. Check our this plugin http://tablepress.org/extensions/responsive-tables/ or search for other responsive table plugins.

    #15683
    Anonymous
    Inactive

    Hi,
    I have removed all fixed widths and the problem still in place.
    Please assist.
    Offir

    #15686
    Anonymous
    Inactive

    Also, the plugin you suggested doesn’t shrink the images even in Chrome.

    Offir

    #15690
    Sakin
    Keymaster

    @offirkeren: You should have responsive css for the table. This is not a part of our theme so we don’t normally support it. But I have come up with some kind of solution that will work for you. If it doesn’t then you might need to get CSS developer.
    For now, you can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .page-id-10 .entry-content td{
        display: inline-block;
        padding-right: 1%;
        width: 31.4%;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘browsers compatability’ is closed to new replies.