Forums

CSS won't show up on custom theme (3 posts)

  1. maximumsavage
    Member
    Posted 5 months ago #

    Hello,

    Ported a static site into WP and as I'm editing the CSS style sheet it won't change the rendering at all.

    In particular I'm trying to alter the height of my fixed header.

    http://www.glowingliving.com/

    thanks,

    Max

  2. alchymyth
    The Sweeper & Moderator
    Posted 5 months ago #

    this is what I find applied for the #header:

    #header {
    	width: 860px;
    	height: 200px;
    	margin-left:auto;
    	margin-right:auto;
    	border: 1px solid red;
    	background:#FFD700
    }

    try to clear the browser cache - press 'reload' or press 'ctrl f5' or whatever your browser needs.

  3. maximumsavage
    Member
    Posted 5 months ago #

    Wow, I feel silly.

    Thanks much, it was the cache...

Reply

You must log in to post.

About this Topic

Tags