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.
thanks,
Max
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.
thanks,
Max
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.
Wow, I feel silly.
Thanks much, it was the cache...
You must log in to post.