Sticky mobile Menu and Arrow up Button

1 reply · opened Sep 9, 2016

Rroboheinz123Sep 9, 2016

Hi.
Is it possible to get the mobile menu with the logo left beside sticky? and i like to have the arrow-button when scrolling down on mobile devices.
Website is: dienstplan-live.xx (xx=de)

Thanks

SSemicolon WebSTAFFSep 12, 2016

Hello,

This is Definitely Possible. Please follow the Steps below:

  1. To make the Mobile Menu Sticky, add the .sticky-responsive-menu Class to the <body> tag. Example:
  1. To make the #logo Align to the Left, add the following CSS Code:
@media (max-width: 991px) {
	#logo {
		text-align: left;
		padding-left: 50px !important;
	}
}
  1. To enable the Go To Top Functionality on Mobile Devices, simply add the data-mobile="true" to the #gotoTop Element. Example:

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