I am trying to input 4 widget areas, to go across the page HORIZONTALLY. However, the different widget areas are being listed vertically (see screenshot attached).
I have checked out a number of forum posts, and a few people have asked it but no one has given the answer I am looking for. I have tried the following css from one of the posts:
footer.x-colophon.top .h-widget {
display: none;
}
footer.x-colophon.top .gallery .gallery-item {
border: none;
}
.x-colophon.bottom .x-nav li a {
float: none;
}
.x-colophon.bottom .x-colophon-content,
.x-colophon.bottom .x-social-global {
text-align: left;
}
But it is still vertical.
Please advise.