• Resolved dfwmax

    (@dfwmax)


    First, this is an amazing theme.

    Is there a way to center align or right align the footer widgets? They all seem to be left aligned and it seems a little out of balance with the layout I have in mind. I’d like to be able to right align the far right widget and center align the center widget using the 3-column layout.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thanks for the question. At the moment I don’t have classes specific to each column (something I’m now kicking myself for since you mentioned it)

    I will update the theme soon and give each column a specific css class. For you can make them all centered or right aligned by adding this to your custom css box:

    #containerfooter {
    text-align: right;
    }

    And for specific columns you will want to inspect theme in google chrome and see which class you can use for each widget.

    Hope that helps
    Kadence Themes

    Thread Starter dfwmax

    (@dfwmax)

    Don’t kick yourself, this is the best theme I’ve seen on WordPress …. free or otherwise.

    Thanks for your quick response.

    Thread Starter dfwmax

    (@dfwmax)

    Oops. Forgot to mark as resolved. Thanks for your help.

    Nevermind

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Right and center aligning footer widgets’ is closed to new replies.