Hey guys, i was wondering if you could help me with this:
I created a grid with essential grid and styled it a bit. now the thing is that i want to add separate border radius to 1) the container 2)the image of the grid.
This is what i want to achieve: http://prntscr.com/jbjkdg
please notice the border radius on both the container (only on both top and bottom corners) and on the image ( if necessary, usually handled by the container itself, but it only has to be on the top borders).
And this is what i have: http://prntscr.com/jbjji7
.eg-hayes-wrapper div{
border-top-left-radius:0.5em;
border-top-right-radius:0.5em;
border-bottom-right-radius:0.5em;
}
and i also know the .esg-entry-media class handles the image.
now, i added a "border-bottom-right-radius to the container and you can see it’s also affecting the image, which i don’t want. i would like to know if you could help me find the class that only handles this: http://prntscr.com/jbjjy8
Thanks!