Hi there,
I’m trying to change the border-radius of some cells I have set up in a grid, but at different breakpoints.
So for example, on XL, LG and MD I want the border-radius to smooth the cell corners as on my example screenshot but when it breaks to XM or XS, because I use the grid to switch the order of some of my cells, I want to change border-radius to smooth the correct cell corners on the cells new positioning for those breakpoints.
I’ve highlighted the border corners I’m referring to on the screenshots. So how they look on the larger size is fine, but I want to replicate that effect on the mobile view, which as you can see has no border-radius on the top right (I want that gold heading to have a 10px top right) and then remove the border-radius that appears on the top right of the ‘Course Specifics’ cell.
The staging site I’m building it on is: http://staging2.jamesr21.sg-host.com/female-hair-replacement/
I’ve tried using some CSS on the ‘element CSS’ area of the specific cell using the $el and @media, but I’m quite new to CSS and it’s having no effect so I’m not sure if I’m even putting my CSS in the correct place. I’d be grateful for any advice you can give on the code and location of the code required.
Many thanks