width css only applies to header whilst on mobile view
-
Hi Tobias
I am trying to set a column to have a certain width whilst it is viewed on the phone.
i have this:
@media (max-width: 768px) { .tablepress-id-2 .column-3 { width: 50% !important; } .tablepress th, .tablepress td { font-size: 11px; } }
why does the width: 50% only apply to the header? i ran out of ideas.
thanks!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘width css only applies to header whilst on mobile view’ is closed to new replies.