• Resolved howardskeptron

    (@howardskeptron)


    Good Day Guys,

    I’m still learning wordpress, css however i cant seem align my images on my widgets on my sidebar, shall go no matter what i add on Appearance>customize>additional css

    any assistance would surely be appreciated
    thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • i cant seem align my images on my widgets on my sidebar, shall go no matter what i add on Appearance>customize>additional css

    That’s likely because you’re using the wrong CSS selectors.

    If you want to center all the widgets in the left sidebar, try:

    #sidebar-left {
    text-align:center;
    }

    Good luck!

    Thread Starter howardskeptron

    (@howardskeptron)

    Thank you sir @gappiah , it worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how align to center my image widgets on the side bar’ is closed to new replies.