Trying to get the same border radius for the blog as the magazine border radius. Any ideas?
http://cmcdev.carrollcountyhistoryproject.org/index.php/home-2/
Also can I do a fixed height on the blog posts? Trying to match the Magazine, thanks for your help!
Hi!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? Use imgur or dropbox.
Cheers!
Ismael
I would like to add a border radius like this.
https://drive.google.com/file/d/0B28n_Sni7VDXWGdoRlktQzktdVU/view?usp=sharing
Well no I havent, I am trying to take that picture frame radius effect and do it to the blog news,
I want the box on the left to look like one box on the right
https://drive.google.com/file/d/0B28n_Sni7VDXLXdCbnBWd05TbWs/view?usp=sharing
Hi!
Try with this:
.av-magazine-hero .av-magazine-thumbnail, .av-magazine-thumbnail{
border: 0;
padding: 0;
border-radius: 6px;
overflow: hidden;
}
Cheers!
Josue