Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24284

    My styles.css file in Enfold has only 6 lines and all are comments. I am looking to reduce the padding of the right sidebar and can’t find how to accomplish this with an empty styles file. I am very new at WordpPress so there is probably an obvious solution that I am overlooking.

    #123013

    Hi,

    You can find the theme styles on the CSS folder. In order to modify the theme, you can add CSS modifications on custom.css or your Quick CSS. Try the following:

    .inner_sidebar {
    margin-left: 20px;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Empty styles.css in Enfold Theme’ is closed to new replies.