Site logo

[Resolved] Vertical menu boxes instead of horizontal

Home Forums Support [Resolved] Vertical menu boxes instead of horizontal

Home Forums Support Vertical menu boxes instead of horizontal

  • This topic has 5 replies, 3 voices, and was last updated 5 years ago by Ying.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1723104
    tonyzoellner@gmail.com

    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

    #1723249
    David
    Staff
    Customer Support

    Hi there,

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

    #1723483
    tonyzoellner@gmail.com

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

    #1723695
    Ying
    Staff
    Customer Support

    Try add this CSS:

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

    Let me know 🙂

    #1723953
    tonyzoellner@gmail.com

    It’s working now. Thanks so much!

    #1723995
    Ying
    Staff
    Customer Support

    You are welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.