Viewing 1 replies (of 1 total)
  • Are you using a browser tool like Firebug to look at the CSS? That’s how you can easily find the CSS causing those spaces – in this case, this:

    .textwidget {
        background: none repeat scroll 0 0 #f1f1f1;
        margin: 0;
        padding: 10px 13px 10px 20px;
        text-align: left;
        width: 300px;
    }

    The padding. So ADD this to custom CSS:

    .textwidget {
        padding: none;
    }

    If that doesn’t work, or you need additional help, you should contact the developer of your theme for help – as these forums don’t provide support for commercial themes.

    https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products

Viewing 1 replies (of 1 total)
  • The topic ‘Text Widget White Box’ is closed to new replies.