Archived topic
Theme on Mobile Device
5 replies · Started by Kevin on March 29, 2017
Hey Guys I need your help again :P
When I open my Website on my mobile phone, I can scroll out my website to left.
where is the Problem?
check it out
thx Kevin
Looks like an issue with that yellow table you have.
HTML tables aren't responsive by default.
This plugin might help: https://en-ca.wordpress.org/plugins/magic-liquidizer-responsive-table/
might help but I don't know how to specify my Wordpress Made Table.
Can you help?
<table class=" aligncenter" style="width: 896px; background-color: #fffca8;">
<tbody>
thats the start of my table html code. and what they mean with breakpoint (in the plugin)?
I believe you can create tables in the admin using that plugin - you'll have to check out the instructions.
The fact that you have width: 896px is what's making your table not responsive at all.
I make a new table with Table Press. This has one Column
And with the Plugin now it works.
Great to hear :)