header-login-modal.html not aligned correctly in mobile version

2 replies · opened Nov 6, 2016

JjuanleNov 6, 2016

Hello,

I am trying to use header-login-modal.html with a modal for the search option. However, I see that in the mobile the alignment is not correct and the height is very large. Could you please revise? I think there is a small bug in that header style.

Thanks
Juan

SSemicolon WebSTAFFNov 7, 2016

Hello,

Simply add the following CSS Code:

@media (max-width: 991px) {
	.header-login-trigger {
		float: none;
		position: absolute;
		margin: 0;
		top: 40px;
		right: 15px;
	}
}

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

JjuanleNov 7, 2016

Thanks a lot, I will check ;)

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