Center header-extras

1 reply · opened Oct 13, 2016

SSemicolon WebSTAFFOct 14, 2016

Hello,

Please consider using the following code for the Header Extras:


	
- 
		
		
			Drop an Email
			info@canvas.com
		
	
	
- 
		
		
			Get in Touch
			1800-1144-551
		
	

This will definitely work fine. Additionally, do make sure that you have added the following CSS Code to make the Header Extras display on Mobile Devices:

@media (max-width: 991px) {
	.header-extras {
		display: block;
		float: none;
		margin-bottom: 30px;
	}
}

This will definitely work fine. 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