[Resolved] align 3 text widgets horizontally within the footer

Home Forums Support [Resolved] align 3 text widgets horizontally within the footer

Home Forums Support align 3 text widgets horizontally within the footer

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #930292
    Steen

    Is it possible to align 3 text widgets horizontally within the footer ?
    I would prefer NOT to have the 3 “test footer widgets” as shown on my site. But instad have the 3 text widgets, shown in the footer, aligned horizontally in the footer.
    Make sense ?

    #930293
    Steen
    #930569
    David
    Staff
    Customer Support

    Hi there,

    try some CSS like this – it will horizontally align the 3 address boxes in the footer-bar.

    @media (min-width: 769px) {
        .footer-bar {
            float: none !important;
            display: flex;
            justify-content: space-between;
        }
    }
    #930861
    Steen

    FANTASTIC………
    just what i needed.

    #931090
    David
    Staff
    Customer Support

    Glad to be of help

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