Archived topic
Border Radius working on desktop, but not on mobile
3 replies · Started by Ricardo on December 27, 2021
Hello,
Probably this is a noob question, but I don't know how to fix...
I've used this:
.single .wp-block-image {
border-radius: 10px;
}
To set a border radius on images of all posts. But this is only working in desktop. I would like to have that radius also in tablet and mobile.
Can you please help me getting a solution?
You can see the code in action here:
https://wordpress-89823-1807255.cloudwaysapps.com/fado-porto-2-2/
Thank you very much!
Hi there,
It's because your CSS is wrapped in the media query:
https://www.screencast.com/t/A9mZi1xAPRwh
Perhaps you are missing a closing bracket } for that media query somewhere above?
Hope this helps :)
Hi,
Thank you very much! It was that
No problem :)