Tagged: grid row, responsive, table
-
AuthorPosts
-
August 29, 2015 at 2:43 pm #495320
Hi guys,
First of all, I absolutely hate tables. But I have to use them to display this particular content.
When I place 2 tables in a 1/2 1/2 grid row, the tables overlap on mobile and you can’t scroll both tables anymore.
Do you know how to fix this?
Sincerely,
MortickaAugust 30, 2015 at 2:21 am #495410Hi Morticka!
I tested the grid row test page on a nexus 4 and so far both tables are stacking properly and are completely scrollable.
What device are you experiencing the issue on? Also,may we have a screenshot from that device?
Cheers!
DakeSeptember 3, 2015 at 2:33 pm #497645Hi Dake,
My apologies for the late response.
I’m experiencing the issue on iPad.
You can see the screenshot in the private content area.
Sincerely,
MortickaSeptember 4, 2015 at 12:16 pm #498275Hey,
Please try the following CSS:
@media only screen and (max-width: 1100px) { .page-id-457 .flex_cell { display:block !important; } }
You will have to change the page-id class to the page(s) you want the code to apply to.
Thanks,
RikardSeptember 4, 2015 at 3:51 pm #498451Hi Rikard,
Unfortunately that did not work. Do you have another solution?
Sincerely,
MortickaSeptember 6, 2015 at 12:39 pm #498841Hi,
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.
Thanks,
RikardSeptember 7, 2015 at 10:23 am #499151Hi Rikard,
Ofcourse, included. I also have two other responsive issues with grid row on android and ipad. On android the pictures get smushed and on iPad the pictures are huge and the text gets smushed by the padding. It looks beautiful on desktop.
Do you have a fix for this too?
Links and screenshots included ofcourse :)
Sincerely,
MortickaSeptember 8, 2015 at 7:11 am #499670Hey!
Please edit the grid row with the table element. Add a value to the Section ID. Use “custom-grid” for example then add this in the Quick CSS field:
@media only screen and (max-width: 1200px) { #top #custom-grid .no_margin.av_one_half { width: 100%; display: block; }}
You can do the same thing for the other issue.
Regards,
IsmaelSeptember 8, 2015 at 11:09 am #499763Hi Ismael,
Great, your table solution worked!!!! Thank you :D
I tried the same with the other grid row responsive issues, but this did not work. Images on ipad and android phone are still smushed and the text is smushed too.
Do you have a solution for that too?
Sincerely,
MortickaSeptember 9, 2015 at 11:37 am #500313Hey!
can you show us a link to the grid rows in question please? However, you can use Ismael’s code as an example and for the other grid rows you can use e.g.:
@media only screen and (max-width: 1200px) { #top #custom-grid2 .no_margin.av_one_half { width: 100%; display: block; }}
Don’t forget to add custom-grid2 into “Section-ID” of the grid element in question.
Regards,
AndySeptember 10, 2015 at 9:26 am #500845Hi Andy,
The links are in my previous post #499151 in the private data :) And I already tried Ismaels solution for the other grid row problems too and that did not work (see post #499763).
Do you have another solution?
Sincerely,
MortickaSeptember 11, 2015 at 4:41 am #501381Hey!
Are you referring to this page? [link in private content field]
It contains different columns that’s why the previous code is not working. Edit the grid row element, use another custom id in the Section ID field. Use “custom-grid-2” for example the include this inside the css media query located in Quick CSS field:
#top #custom-grid-2 .no_margin.av_one_third, #top #custom-grid-2 .no_margin.av_two_third { width: 100%; display: block; }
Regards,
Ismael- This reply was modified 9 years, 2 months ago by Yigit.
September 11, 2015 at 2:39 pm #501654Hi Ismael,
Thx, but it does not work. It still looks bad on ipad.No wait, I forgot to put the second custom id in the CSS code!! It works, great Ismael, thx!! :D
I’ve copied the other link too in the private data. Do you have a solution for that one too?
Sincerely,
Morticka- This reply was modified 9 years, 2 months ago by Morticka. Reason: Corrected a mistake
September 14, 2015 at 3:25 pm #502808Hi!
I checked your website and it does not look for me as in your screenshots, instead it looks good to me. Could you fix it?
Regards,
AndySeptember 15, 2015 at 11:27 am #503210Hey!
Yes, I fixed it :) You can close this topic.
Sincerely,
MortickaSeptember 15, 2015 at 11:30 am #503218 -
AuthorPosts
- You must be logged in to reply to this topic.