help!
I need to add a border to an iframe inside the blog entries in wordpress and identified several classes and styles and I add the border in the css and replace them but I do not see the result reflected in the site, what can it be?
<iframe src="http://" class="purina-iframe" style="width: 641px; min-width: 100%; height: 400px; overflow-x: hidden;" frameborder="0" width="641px"></iframe>
Greetings!