@media screen and (max-width: 1080px) {

	.content {display:block;}
	.container {display:block;}
	.col-sm-9 {display:block; padding-bottom:240px;}
	.col-sm-3 {
	display:block;
	position:absolute;
    bottom: 5px;
	width: 100%;
	}
	.row {display:block;}

}

This got the form to the bottom of the page successfully, but when you press the textarea it doesn't let you type.

Comments

markhalliwell’s picture

Status: Active » Closed (won't fix)
Related issues: +#2428579: How do I target the mobile template specifically in overrides.css?

This issue queue is not for trouble shooting CSS.

squaddrop’s picture

You're not for trouble shooting css

markhalliwell’s picture

No, YOU are.

Ask your questions on http://drupal.stackexchange.com please. Not in this issue queue.

squaddrop’s picture

Serious question, how do I put the TB menu in place of the default one? The default one isn't a block. Putting the search block under navigation puts it inside of the navigation, so it's clearly some core file or something.