• My site.
    My Site

    I have made bottons for my RSS and email, and have gotten them to sit side-by-side, but I want to center them under the title “Subscribe.”
    I don’t know why I am having such a hard time figuring this out. Can someone please clue me in on what to add to the code to shift everything to the center?
    I have tried adding align left and align right to the individual images. It didn’t make a difference.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You could add the following custom CSS code to center your buttons:

    #text-7 .textwidget { margin: 0; text-align: center; }

    To implement your custom CSS, you could use a plugin like for example Simple Custom CSS. This quick tutorial might also help you: Basic CSS Tutorial to add Custom CSS to your WordPress Website.

    Hope this helps,
    Aline

    Thread Starter prakin

    (@prakin)

    Thanks. I guess I had a blonde moment. lol
    I was using .textwidget without the #text-7 and kept messing up my footers. lol
    My only excuse it that it was late, as I should have caught the mistake myself. However, you have gotten me back on track. Everything is looking good now.

    i already have jetpack’s css editor and a child theme, but thanks for the suggestion for the plugin.

    Great that it worked for you. You’re welcome and have a nice sunday. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘widget image alignment’ is closed to new replies.