Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13547

galcy on "Nom Nom /Twenty Eleven: Separate Attributes for Footer Widgets"

$
0
0

Update!

I fixed it! Oh the joys of Chrome Inspect Element plus some more googling.

This is what did it:

#supplementary.two .widget-area {
 /* Override styles here */
}

#first.widget-area {
	float: left !important;
	margin-right: 0% !important;
	width: 42% !important;
}

#second.widget-area {
	float: right;
	margin-right: 0%;
	width: 55% !important;
}

Something in there might be superfluous but I was so happy to finally do it that I wasn't going to mess with it again.


Viewing all articles
Browse latest Browse all 13547

Trending Articles