Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Griden

    (@griden)

    This theme CSS snippet is adding some padding to the left:

    #content ul {
        margin: 0 0 15px 0;
        padding: 0 0 0 30px;
    }

    I recommend replacing #content with a selector with lower priority. For example:

    .entry-content ul {
        margin: 0 0 15px 0;
        padding: 0 0 0 30px;
    }
    Thread Starter neon22

    (@neon22)

    brilliant thanks…

    Thread Starter neon22

    (@neon22)

    sigh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider won't center :-(’ is closed to new replies.