style.css not loading correctly
-
I have a WordPress page for a child theme that has the following HTML in the Text tab of the Edit Page panel:
<div id="myDiv"> ... content goes here ... </div>
In the style.css file of the child theme I have:
#myDiv { width:200px; height:100px; }
When I view my web page in the browser I see a div that’s 100px wide by 100px high, instead of 200px wide by 100px high.
I only have one style.css file in the child folder, and I cannot figure out where this other width value is coming from.
Is there some hidden style.css file that I’m missing?
Any help would be greatly appreciated.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘style.css not loading correctly’ is closed to new replies.