• Resolved taifunorkan

    (@taifunorkan)


    This is how my weblog looks like on my huawei mobile screen:

    Mobile Screen

    The content doesn’t extend the whole screen width.

    I urgently need some assistance.

    Thank you very much,

    • This topic was modified 5 years, 6 months ago by taifunorkan.
    • This topic was modified 5 years, 6 months ago by taifunorkan.
    • This topic was modified 5 years, 6 months ago by taifunorkan.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, this is because of the table you have setup in this post https://schnipp-schnapp-schnappi.de/wordpress/#post-320

    You can add the following to Appearance->Customize->Additional CSS and it should make the page content fit better overall

    @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    	table.sl, table.sl thead, table.sl tbody, table.sl th, table.sl td, table.sl tr { 
    		display: block; 
    	}
    }
    Thread Starter taifunorkan

    (@taifunorkan)

    Jarret, thank you very much!

    You were right.
    I now installed the plugin “Magic Liquidizer Responsive Table”.
    Seems that this solved my problem.

    You saved my day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme twenty-twelve not mobile friendly?’ is closed to new replies.