left side navigation menu - social icons disappear when window is smaller

1 reply · opened Jun 23, 2017

SSemicolon WebSTAFFJun 25, 2017

Hello,

This is Definitely Possible! Simply remove the .visible-md and .visible-lg Classes from the Social Icons Container in the Header and add the .header-social-icons Class to it.

and then add the following CSS Code:

@media (max-width: 991px) {
	.header-social-icons {
		margin-top: 30px;
		margin-bottom: 20px;
		text-align: center;
	}

	.header-social-icons .social-icon {
		display: inline-block !important;
		float: none !important;
	}
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard