Tagged: responsive, table
Hi all,
I’ve noticed that on responsive mode the heading row of a table shows the tag “strong”, as you can see:
Hi Gian Maria,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Please make sure you are running the latest version of the theme, 3.3.2.
Thanks,
Rikard
Sure, it’s the latest version.
Please find credentials below.
Hey,
Thanks for the details but they don’t seem to work, could you check please?
Best regards,
Rikard
Try the password below.
Hi!
ehm where is the link to login?
Regards,
Andy
sorry.
Hi!
Also can you provide a link to the exact page please? I tried navigating around your menu but I could not find the tables.
Cheers!
Elliott
Here you are. Thanks.
Hi!
can u please try a table on a single row and not on columns, and let us know how that works?
Cheers!
Basilis
Hi,
sorry about delay.
I did what you suggested but if I create only a single row it disappears when I got in mobile view.
Hi!
Remove the strong tags from your headings and add this to your custom CSS.
th { font-weight: bold !important; }
Cheers!
Elliott
Hi,
I did what you suggested but something weird is stil happening.
In mobile view, the TH is repeated above every row and what’s more it’s not bold but italic.
See screenshots:
Hi!
Use this to set the weight on mobiles.
td::before { font-weight: bold !important; font-style: none !important; }
The reason the heading is getting repeated for each item is because you only have one heading set (that’s not how tables are supposed to be used), instead for what your doing a list element would be better. I would try combining the four tables into one.
Cheers!
Elliott
Ok, thanks for support, I try what you suggest.
Hi!
Please do so and let us know so we can mark the thread as resolved or assist you further :)
Regards,
Yigit
Ok, I did 4 list elements with a text block as title.
it works.
Thanks.