Table doesnt responsive in mobile
-
Hi TobiasBg, First I wnat to thanks for your amazing support here thatI follow to enjoy tablepress plugin . I have a problem my tables look good in desktop see the screenshot http://imgur.com/a/GYFwF
but in mobile dont look rsponsive see the screenshoot http://imgur.com/a/NQfBR . please help
I use teh the tehme of aspiro pro by genesis framework
-
Hi,
thanks for your question, and sorry for the trouble.
This is the classical problem of responsiveness. The content in the table simply does not fit on small screens. You could try the approaches that the TablePress Extension from https://tablepress.org/extensions/responsive-tables/ offers.
Regards,
TobiasI installed the extention plugin but the same problem still in mobile for check price button see the screenshot http://imgur.com/a/p736V
this is the code I use to cretae checjh price button
<span style=”background-color: #FF5722; color: #fff;padding: 5px 18px; text-decoration: none;border-radius: 8px; text-transform: capitalize;”>Check Price</span>Hi,
you might want to add the CSS property
white-space:nowrap;to your buttons, to prevent these automatic line breaks. (I would actually suggest that you give your spans a CSS class and then use that in “Custom CSS”. That’s much easier and faster than using inline CSS code.)Regards,
Tobiasok should I add this directly in custom css of tablepress plugin
please give me the code that I must add to customm CSS to avoid this problem because is the one problem I had
Hi,
please replace your button code
<span style="background-color: #FF5722; color: #fff;padding: 5px 18px; text-decoration: none;border-radius: 8px; text-transform: capitalize;">Check Price</span>
with
<span class="price-button">Check Price</span>
Then, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:.tablepress .price-button { background-color: #FF5722; color: #fff; padding: 5px 18px; text-decoration: none; border-radius: 8px; text-transform: capitalize; white-space: nowrap; }Regards,
TobiasI did your instruction but still the same problem . pleaee check this is a post of mine https://tinyurl.com/hjnxdat check it from your mobile to see the problem . I use responsive mode scroll
For exemple this website use the tablepress correctly and I want my tables to look like him in mobile http://10beasts.com/best-wireless-routers/
their tables look good and with good width. please give me his css customHi,
on https://core.trac.ww.wp.xz.cn/changeset/40262 , please make the modification to the button HTML code and CSS that I posted above.
That will help with the buttons staying in one line of text.Just copying the CSS of the other site will not help at all. Responsiveness depends on the size of the content in the tables.
Regards,
TobiasI idnt understand this step . I give you my url please give me teh code because I am not a developper and I knwo just some basics in html and css
Hi,
ah, I just noticed that I posted the wrong URL above… I meant your page https://tinyurl.com/hjnxdat
In the table, replace
<span style="background-color: #FF5722; color: #fff;padding: 5px 18px; text-decoration: none;border-radius: 8px; text-transform: capitalize;">Check Price</span>
with<span class="price-button">Check Price</span>Then, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress .price-button { background-color: #FF5722; color: #fff; padding: 5px 18px; text-decoration: none; border-radius: 8px; text-transform: capitalize; white-space: nowrap; }Regards,
TobiasHi,
my table is not a responsive, can you tell me how to do a responsive for table into a smaller devices like mobile, ipad etc
-
This reply was modified 9 years, 2 months ago by
deepak543.
Hi deepak543,
please let’s keep this at https://ww.wp.xz.cn/support/topic/responsive-view-on-demo-site/ where I already replied to your question.
Regards,
TobiasFor exemple this website use the table correctly and I want my tables to look like him in mobile
their tables look good and with good width. please give me his css custom
I found this post have very nice table: https://www.hubnames.com/home-kitchen/best-portable-air-conditioner-reviews/
Does it use TablePress plugin?
How I can config like that? -
This reply was modified 9 years, 2 months ago by
The topic ‘Table doesnt responsive in mobile’ is closed to new replies.