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

cubecolour on "Splitting Footer"

$
0
0

If you have divs or other block-level elements you can make them go alongside each other by giving them a width value & floating them in css.

eg:

.footer-widget {
	width: 200px;
	float: left;
}

Viewing all articles
Browse latest Browse all 13572

Trending Articles