Same problem cannot fix.. yay
Hey Martin, thanks for the quick reply.
I have things working almost perfectly. But have a question maybe you can help.
I want that text to display and wrap on mobile. But I want it to break at each item not mid item. so it would keep a phone number or email on the same line with the icon etc.. Thoughts on the best way to approach that?
You can see where I am at now at http://soulmuttstoronto.com
Aha, i see in the PHP you are manually writing CSS no wonder! YOu should probably make this an option in the settings 🙂
I simply commented this:
//$content .= “\n”;
//$content .= ‘@media screen and (max-width:768px) {#scb-wrapper #scb-phone span,#scb-wrapper #scb-cellphone span,#scb-wrapper #scb-email span {display:none;}}’;
//$content .= “\n”;
//$content .= ‘@media screen and (max-width:480px) {#scb-wrapper #scb-directs {margin-bottom:.5em;} #scb-wrapper ul {display:block;}}’;
//$content .= “\n”;