• Resolved mclark

    (@mclark)


    The text butts up right against left side of text widget.

    I am using a child theme, and for all text widgets, want to add the code to move the text over to the right a hair. Assuming it’s padding or left margin.

    https://crestviewmarketing.com/

    It’s noticeable on my Email Sign-up and my Contact Me. the others are centered or are bullets.

    Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • lettergrade

    (@lettergrade)

    Yes, you can add some padding to that area using the following css:

    .textwidget { padding-left: 10px; }

    (or whatever value/format you want!)

    Thread Starter mclark

    (@mclark)

    Perfect. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add left padding to text in text widget – Twenty Twelve’ is closed to new replies.