• My Css –

    p.bigexcerpts {
    	font-size: 28px;
    	padding-left: 100px;
    	padding-right: 100px;
    }

    My Html –

    <p class=”bigexcerpts”>Blah Blah Blah.</p>

    It’s not working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • where did you add the CSS?

    have you checked that your CSS is not overwritten by some other CSS?

    did you clear the browser cache to make sure that you get to see the changes?

    can you post a link to your problem?

    Thread Starter Bruce

    (@bnowthen)

    I was making other inputs on this wordpress blog and they were coming through so I didn’t think I needed to clear cache. But I just cleared cache and the above code is working. The CSS was in my child theme style sheet.

    Thanks Michael.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not a Class Act’ is closed to new replies.