I have a problem viewing images inside a table on mobile. You can see here the exemple --> http://liberazioneanimale.org/muela/index.php/discografia On pc everything is ok, but on mobile the images are really too small. I've tried to put the images off the table and they have the right dimension. So, the problem is the table on mobile. How can I get around this problem?
Hi
Can you kindly provide screenshot marked with annotations as to how you wish to have the images to be seen in responsive mode
Hi, @treabba try to remove paddings from your table cells by adding the following custom css code:
@media (max-width: 400px) { #gkMainbody table td { padding: 0; } }
Cheers Joshua
Joshua-M thank you! Where exactly, in mobile.css?
Maybe perhaps consider using floats or divs instead of tables?
Cheers paul
treabba
Try putting in the file: root/templates/gk_rockwall (your default template)/css/override.css
Thank you everybody, the solution was much simpler: the link in the table couldn't wrap so it squeezed the image...
Great to hear that! I'm closing your thread.