Hi,
I would like to make my main content and my sidebar equal widths. I have been fiddling with firebug and trying to add different css to my child theme to no avail.
I have tried the code below using several different percentages but my columns do not change at all. Any ideas on what I can add to get equally sized columns for my content and sidebar?
Thanks!
@media screen and (min-width: 600px) {
.site-content {
width: 45%
}
.widget-area {
width: 45%
}
}
.ie .site-content {
width: 45%
}
.ie .widget-area {
width: 45%
}