01/28/2013 at 4:09 pm
#250062
Guest
Hi Steven,
I’m using the Bio Entry Card template. I found the template.php file in /wp-content/plugins/connections/templates/card-bio. Now I have a new question. How could I add some CSS like code to this php file to make it responsive? I want to do something like what you see below (a mix of CSS and XHTML):
@media only screen and (max-width: 767px) {
<div class=”cn-entry” …
<div align=”left”> …
<?php $entry->getAddressBlock(); ?>
</div>
<div align=”left”> …
}
