• Resolved charlie84

    (@charlie84)


    Hello,

    I would like to adjust the font size of the header row on mobile devices only. The size looks appropriate on desktop, but it looks much larger than the post’s subheadings on mobile. See the font size of the header row compared to the subheading ‘The 30 best cold brew coffee makers’. Thanks!

    View post on imgur.com

    • This topic was modified 6 years, 2 months ago by charlie84.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, you can use the “Custom CSS”:

    @media screen and (max-width: 768px) {
    	.tablepress thead th,
    	.tablepress tfoot th {
    		font-size: 16px;		
    	}
    }

    Just change the screen width where you want this to apply and the font size as desired.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Header Font Size on Mobile’ is closed to new replies.