Site logo

Archived topic

Buttons block will no align left ?

3 replies · Started by David on February 22, 2021

Viewing posts 1–4 of 4

Hi everyone,

In the site linked below I want the buttons to align left.
(the title above I want centered!)

But it seems to ignore the setting to align left in Buttons
If I turn off 'Fill Horizontal Space' it aligns left, but then each button is a different width, which does not look the best!

Thanks, Dave

Hi there,

Can you add justify-start class to all the buttons?

You then add this CSS:

.justify-start{
    justify-content: start;
}

I can, but I have 9 pages each with the 9 links on the right sidebar - I'll leave it as it for now!
Thanks, Dave

No problem. :D

This archived topic is closed to new replies.