Notifications
Clear all

[Closed] Resize Category Cover Image with screen size

2 Posts
2 Users
0 Reactions
756 Views
Posts: 24
Topic starter
(@eviolette)
Eminent Member
Joined: 2 years ago

Hi! Is there a way to resize the category cover image for different sized screens/ devices? All other forum sections on the screen resize properly when viewing the page on a cell phone, tablet, laptop. Thank you for your guidance!

1 Reply
Chris
Posts: 3627
(@chris)
Famed Member
Joined: 3 years ago

Hi @eviolette,

You can use CSS @media Rule to set different CSS styling for different resolutions. The CSS can be added in the Custom CSS Field from wpForo > Settings > Colors & Styles.

https://www.w3schools.com/cssref/css3_pr_mediaquery.php

You would need to do lots of CSS styling there.