twenty twelve theme – customizing css for home widgets only
-
I have a twenty twelve child theme with 3 home widgets on static home page. To have the 3 home widget boxes align nicely, I have the min-height set to 250 in my css file.
‘.widget-wrapper {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
background-color: #e7d6ac;
border: 1px solid #e5e5e5;
border-radius: 0px;
box-shadow: 5px 5px 7px #555555;
margin: 0 0 20px;
padding: 20px;
min-height:250px;
}’
Now all the side bar widgets are also min-height 250px. Is there a way to specify height for the home widgets only?
The site: https://www.thedukeabides.com/2013
thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘twenty twelve theme – customizing css for home widgets only’ is closed to new replies.