Site logo

Archived topic

Vertical menu boxes instead of horizontal

5 replies · Started by Forum User on April 6, 2021

Viewing posts 1–6 of 6

I'm inexperienced at Wordpress so hoping there is a quick fix. If you check my website zbusinessconsulting.com you'll see I have three sections (with photos) and 'click here' buttons for the three areas on focus on that initially were showing horizontally. Now they show up vertically. I don't know how to fix this. Can you give me any help?

Tony Zoellner
Z Business Consulting

Hi there,

are you using a Plugin to create the horizontal row of boxes ?

No. It was the standard generate press layout when I initially signed up for it.

Try add this CSS:

.row #focus, .row #culture, .row #grow {
    width: 33.3%;
}
.row {
    display: flex;
}

Let me know :)

It's working now. Thanks so much!

You are welcome :)

This archived topic is closed to new replies.