HTML editing

  • Unknown's avatar

    How do I get all my icons in my text widget to line up in a row? I have successfully gotten them on the page, but I can’t seem to line them up so they are all one right after the other (despite resizing them to different sizes)…please help

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Right now, your theme creates a margin around images on your site. That margin is spacing out your social media icons so they don’t all fit on one line in your sidebar.

    You could use custom CSS to reduce or eliminate the margin around these icons. To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. Here’s an example of custom CSS you could add to the CSS editor to eliminate the margins in your widget:

    .textwidget img {
    margin:0;
    }

    Please let me know how that works for you!

    If you’d like additional help customizing your site, most of our CSS support is done in our community forums by both staff and volunteers:
    https://en.forums.wordpress.com/forum/css-customization

    To learn more about how CSS editing works at WordPress.com, see this help page: Editing CSS

  • The topic ‘HTML editing’ is closed to new replies.