Adjusting Column Width on Mobile Responsive View
-
Hi,
I’m trying to adjust the column width on mobile view.
Please see the second table on this page on the phone (sorry the website is in Japanese) https://www.ryugakuatuk.com/schools/stgiles-londoncentral/
I added below code to adjust the width of column 2 in the 2nd table on the above page. I installed responsive extension and it’s on ‘scroll’ mode.
—
@media (max-width: 768px) {
.tablepress .column-2 {
width: 180px !important;
}
}—
I’d be grateful if you could let me know what I’m doing wrong here.
Thank you in advance!
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Adjusting Column Width on Mobile Responsive View’ is closed to new replies.