Viewing 9 replies - 1 through 9 (of 9 total)
  • The footer widget area in Kelly is aligned with the left edge of the content at all browser sizes, as you can see in the demo here: http://kellydemo.wordpress.com/

    Are you looking to centre the entire block of three widgets below the content area, or are you aiming to centre the text within each individual widget?

    Thread Starter Shapeshifter 3

    (@shapeshifter-3)

    I think the Block.

    Thread Starter Shapeshifter 3

    (@shapeshifter-3)

    Kathryn,

    Were you the main developer behind this theme ?

    Thread Starter Shapeshifter 3

    (@shapeshifter-3)

    I’m also trying to figure out how to center the list of 8 items after the first paragraph on this post: https://toolbox-4-websites.com/random-thoughts/is-your-god-the-hindu-brahman-by-shapeshifter-3 . I have this plugin installed: Column Shortcodes , but can’t seem to get it to work in this instance.

    I bet it is a simple Codex answer like my previous one (maybe inserting a BLOCK code in-between the column shortcodes?).

    I don’t even know if I want that list within a column. I just want to center the list on the page (and have it center on smaller devices also).

    Right now there is the same amount of space between the left edge of the first widget and the left edge of the browser window, as there is from the right edge of the last widget and the right edge of the browser window. I added a border around each widget using a browser inspector so you can see what I mean:

    Toolbox 4 Websites

    To look balanced – no matter what content each widget area contains – each widget container, designated with the class widget-area, has a fixed width.

    Were you the main developer behind this theme ?

    I work with Automattic, the developers of Kelly. You can read more about the creation of Kelly – named after its designer Kelly Hoffman – here:
    http://en.blog.wordpress.com/2014/05/29/kelly-and-arcade/

    I’m also trying to figure out how to center the list of 8 items after the first paragraph on this post

    Looks like you’re alreading getting help on this one in another thread.

    Thread Starter Shapeshifter 3

    (@shapeshifter-3)

    Thank you, Kathryn!

    After looking at your screenshot of my Footer, I guess what I was after was to have the Text within each widget-block centered. If my site were Yours would you try to attempt that, or leave As Is (Please view on a tablet of smartphone before you answer)?

    IF, you answer yes…how would I do it?

    Am I being too picky for a new theme?

    I think it looks nice the way it is. Centered text should be used rarely, I think.

    This is what the text within each widget would look like centered:

    Responsive Toolbox 4 Websites

    Just add this CSS to your child theme within a browser inspector to emulate it:

    .widget-area, .widget-area .widget-title {
         text-align: center;
    }
    Thread Starter Shapeshifter 3

    (@shapeshifter-3)

    I’ll take a look at my Footer (W and W/O that code change). Thank You, for your response, and I appreciate your help. I was on the phone to my hosting provider, and it took me several minutes to get back to you.

    Thanks again.

    My pleasure. 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Centering the Footer Widgets ?’ is closed to new replies.