• Resolved nickytay

    (@nickytay)


    I have two image widgets at the bottom of all my pages. I’d like them to be equally spaced across the width of the page, but I can’t figure out how to do this. Any advice gratefully appreciated – thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, you can give this a try, which centers the two images, but given the different widths on the two images, they are never going to look completely balanced.

    .widget-area {
    	text-align: center;
    }
    Thread Starter nickytay

    (@nickytay)

    Thanks for your reply. Whereabouts would I do this? I’ve looked in the text tab of the page but the code doesn’t include widgets.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, the above is custom CSS. Go to Customize > Additional CSS, delete the informational text there and then paste in the above code.

    Thread Starter nickytay

    (@nickytay)

    That’s a big improvement, thanks!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Awesome, and you are welcome!

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

The topic ‘balancing widgets’ is closed to new replies.