Skip to content
Discussion options

You must be logged in to vote

Hi, here's a revised CSS snippet

@media (max-width: 1200px) {
	/* display mc_heading style displays on mobile, when question and choices stack, aren't side-by-side */
	form.form-horizontal div.form-row.item-mc_heading.form-group {
		display: none;
	}
	form.form-horizontal div.form-row.form-group.hide_label div.controls label {
		text-align: left;
		text-indent: inherit;
		height: inherit;
		overflow: inherit;
		line-height: inherit;
		min-height: inherit;
	}
	form.form-horizontal div.form-row.form-group.hide_label div.controls label span, form.form-horizontal div.form-row.form-group.hide_label div.controls label span.mc-span {
		line-height: 25px !important;
		visibility: visible !important

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rubenarslan
Comment options

Answer selected by MalikaIhle
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants