Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    If I understand the question right, try adding some padding to this rule:
    input, textarea, ins, pre {
    background-color: #F0F0F0;
    }

    Like this:

    input, textarea, ins, pre {
    background-color: #F0F0F0;
    padding-top: 5px;
    }

    change padding 5px to your liking.

    Try something like the following:
    .textwidget form {
    text-align: center;
    }

    Add it to your custom css or child theme.

    You can also add an id to the form to make it more specific not to affect other elements.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Image in Sidebar’ is closed to new replies.