Hi Themehorse,
site url: http://thelastplasticstraw.org/
I added this code to my child theme:
/* This is to make sidebar full width on small mobile devices */
@media only screen and (max-width: 768px) {
#secondary {
width: 100%;
}
}
didn’t work.
In the widget area I have to declare a px width (I’m using the widget plugin that comes with jetpack)
Any other suggestions. The sidebar looks stupid on the ipad. Would love to get this to expand 100% width when viewed on this device.