CSS Question on setting width when selectors are identical?
-
I’ve been digging into the Edin theme and have a question that I’ve been unsuccessful in googling an answer.
In the Edin theme’s style.css, I’m seeing:
/* Layout */
.has-custom-background #page {
width: 600px;/* Layout */
.has-custom-background #page {
width: 768px;/* Layout */
.has-custom-background #page {
width: 1020px;/* Layout */
.has-custom-background #page {
width: 1230px;How are the widths associated with a file when the Id and Class are the same in each provided example?
I left out the close brackets but they are, of course, present.
Feeling dumb right now…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS Question on setting width when selectors are identical?’ is closed to new replies.