[Resolved] Different Header Alignment in footer Widgets

Home Forums Support [Resolved] Different Header Alignment in footer Widgets

Home Forums Support Different Header Alignment in footer Widgets

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1652224
    Dave

    I would like to have footer widget 1 header aligned left and footer widget 3 header aligned right.
    With the content in those widgets justified as well.
    How do I do that for each individual footer widget?

    cheers,

    Dave

    #1652269
    Leo
    Staff
    Customer Support

    Hi Dave,

    Try this CSS for the footer widget heading:

    .footer-widgets .footer-widget-1 .widget-title {
        text-align: left;
    }
    .footer-widgets .footer-widget-3 .widget-title {
        text-align: right;
    }

    What do you mean by justified?

    #1652277
    Dave

    Thanks Leo. That did it.

    #1652283
    Leo
    Staff
    Customer Support

    No problem 🙂

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