Centering Social Media Icons on Main Sidebar
-
Can someone give me a css or html code to center my social media icons widget in my main sidebar? I am using the Sela theme.
Thank you!The blog I need help with is: (visible only to logged in users)
-
Hi, the following custom CSS will center your social icons.
#text-29 .textwidget p { text-align: center; } #text-29 .textwidget img { float: none; } #text-29 .textwidget .wp-image-11246 { margin-right: 0; } -
-
HTML for what exactly? The custom CSS I’ve provided centers the icons in the text widget you are using for your social icons. Have you tried going to Customize > CSS and entering the code?
- The topic ‘Centering Social Media Icons on Main Sidebar’ is closed to new replies.