Editing twentytwelve child theme style does nothing(?).
-
I’m new to WordPress so I’m sure I’m doing something that is easily fixable…
I created a child theme for twentytwelve so I could change some things around, but when I add css properties to the style.css it does nothing.
This is my code I have so far:
/* Theme Name: Wall 1.0 Description: Wall Theme 1.0 Author: Jason Template: twentytwelve */ @import url("../twentytwelve/style.css"); .site { margin: 0 auto; width: 1180px; overflow: hidden; }
I’m basically trying to change the width as my first edit. I used Firebug live edit and that seems to work when removing max-width and changing it to just a width property, but actually editing the stlye does nothing.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Editing twentytwelve child theme style does nothing(?).’ is closed to new replies.