• Resolved margesweigart

    (@margesweigart)


    I added a text widget with html to the custom sidebar. It looks like there is no left margin, so it’s out of line with the other widgets in the sidebar, and it doesn’t look good. How can I increase the left margin so it lines up correctly? You can see what it looks like here: https://thesafehealthyhome.com/best-reverse-osmosis-system-reviews/

    It probably involves css. If so, please let me know exactly what I need to do. I’m not experienced with making those kinds of changes in WP and I don’t want to mess it up.

    Thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @margesweigart,

    Hope you’re doing well!

    The CSS code bellow will fix the text widget padding:

    #text-3 {
        margin-left: 20px;
        padding-right: 10px;
    }

    Please add the CSS code to your theme’s CSS Editor.

    If you don’t have a CSS editor, please try the Simple Custom CSS plugin. Go to Appearance > Custom CSS and add the code there

    Hope this helps!

    Cheers,
    Nastia

    Thread Starter margesweigart

    (@margesweigart)

    I tried both ways, and neither made any difference. Oh, well. Thanks anyway.

    Thread Starter margesweigart

    (@margesweigart)

    OK, I tried it again, and now it works. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text widget doesn’t line up with others’ is closed to new replies.