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

    Hi there,

    A general question.

    If I want to target a specific footer widget area in the Enfold theme, e.g. footer widget number 3 in a 3 footer setup, how do I do that?

    For instance I want to make everything in the 3rd footer widget right justified.

    I can see how to target all footer areas as per code below, however, how do i target a specific one?

    #footer .widget {
    text-align: right;
    }

    Thanks.

    Kevin

    #318725

    Hey Kevin!

    Try the following:

    #footer .flex_column:nth-child(3) .widget{
    text-align: right;
    }

    If that doesn’t work for you please post a link to your website and which widget you want to target.

    Regards,
    Josue

    #318817

    Hey Josue,

    Great, that did the trick, thanks :)

    Kevin

    #318820

    You are welcome Kevin, glad to help :)

    Regards,
    Josue

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