Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Don’t edit your theme’s style.css file. Use a Custom CSS plugin to override styles. E.g. use this plugin and add:

    .site-branding {
        padding: 0;
    }

    Thread Starter wwwebhost

    (@wwwebhost)

    thx a lot

    I managed it with:

    /* Enter Your Custom CSS Here */
    .site-branding {
    padding-left: 0;
    padding-right: 0;
    }

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

The topic ‘[Theme:FlyMag] Logo padding’ is closed to new replies.