Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello Websponge!

    The container of the 3 widgets is the “.footer-widgets” class. To center the boxes, give a width size to this class and use “margin: auto” to center this div.

    Let me know if it helps.

    Thread Starter websponge

    (@websponge)

    .footer-widgets {
    padding: 20px 0px 20px;
    margin: auto;
    }

    thats what I put in, as you can see its not centered, thanks for the reply 🙂

    Websponge,

    It won’t center because you don’t give a width to the div. You give a padding but not a width. Got the idea?

    Thread Starter websponge

    (@websponge)

    i put a width in, it still doesnt center,

    there are 2 divs there, 1 is footer-widgets and another one called “row widget-area” role=”complementary”

    this is the one that doesnt center the widgets, specifying a width wouldnt matter anyway, as it follows its parent div which has been set.

    Websponge,

    Can you provide your site URL? It makes easy to help you.

    Thanks!

    Thread Starter websponge

    (@websponge)

    its all on my WAMP box at the moment, so cant provide a URL 🙁

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

The topic ‘[Theme: Customizr] Footer Widget centered’ is closed to new replies.