• Is there a way to change the size of a text widget box?

    I put my social media icons in one but would like to make it smaller.
    rubyfruitradio.com

Viewing 1 replies (of 1 total)
  • That’s being caused by the margin in this CSS:

    #sidebar .block {
        color: #404040;
        margin: 13px 0 52px;
        padding-left: 20px;
    }

    You should not modify theme files, however, so ADD to custom CSS:

    #sidebar .block {
        margin: 13px 0 0;
    }

    For additional help, please ask Elegant Themes – as commercial themes aren’t supported on these forums.

Viewing 1 replies (of 1 total)
  • The topic ‘Change size of text widget box’ is closed to new replies.