May 15, 2023 4:23 pm
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
May 16, 2023 9:13 am
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.