[Resolved] Buttons block will no align left ?

Home Forums Support [Resolved] Buttons block will no align left ?

Home Forums Support Buttons block will no align left ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1668560
    David

    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

    #1668567
    Elvin
    Staff
    Customer Support

    Hi there,

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

    You then add this CSS:

    .justify-start{
        justify-content: start;
    }
    #1668575
    David

    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

    #1668578
    Elvin
    Staff
    Customer Support

    No problem. 😀

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