Who wrote this in your custom css?
.widget-area {
width: 300px;
}
😛
Thread Starter
TKList
(@tklist)
I did. So the 300×250 ads would fit in the right side bar.
That’s why they are lining up vertically. They have no space to being aligned horizontally.
Did you wanted to set the right widget area to that width?
Use
#right.widget-area {
width: 300px;
}
then, but also use media queries to set the width for different viewports
Thread Starter
TKList
(@tklist)
Thanks that worked. But how do I use media queries?