• Hello,

    By default the focus sections widgets are stacked on top of each other. I added the following CSS to make the widgets side by side but the width is messed up on each widget. How do I make the width equal for each widget?

    .focus .row {
    display: inline-flex;
    }

    Thank you

  • The topic ‘Focus Side by side’ is closed to new replies.