Width column change in mobile
-
Hello again,
Sorry to come back to support but I have another problem. In mobile format, I’m trying to resize the columns with media queries. However, I only have the header column changing but not the others below.
I’ve inserted this code:
@media all and (max-width: 767px) {
.tablepress-id-1 .column-5 {
width: 500px !important;
}
}Can you help me again?
Thanks in advance.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Width column change in mobile’ is closed to new replies.