Some general template questions / support

2 replies · opened May 21, 2017

IintsdwMay 21, 2017

Hi,

Further to the video issue just posted, would be great if you could help out with some general questions to help finalise the design...

In mobile / narrow mode, can I move the move the company icon to be on the left, the Mobile menu on the right and larger, and generally the reduce the gray header height. – A bit more like first attachment (with the logo left aligned):

For the main slider page 6 (initiate), how to have the 2 buttons appear on the mobile/narrow version? But not the subtext on every page. Attachment 2.

When in mobile mode, can I move the slider caption text from the left to the centre of the page, otherwise its under the Left Arrow icon. Prefer it left aligned though in normal browser mode

Can I completely remove the loading spinner? I tried setting to 0 but no luck

Website is live at the URL attached to my previous post re video.

Thanks again

SSemicolon WebSTAFFMay 25, 2017

Hello,

  1. This is Definitely Possible! Please use the following CSS Code to move the Logo to the left, Menu Trigger to the Right with increased size and a Menu with Smaller Height:
@media (max-width: 767px) {
	#logo { text-align: left; }

	#primary-menu-trigger {
		top: 5px;
		left: auto;
		right: 0;
		font-size: 22px;
	}

	#header,
	#header-wrap { min-height: 60px; }

	#logo,
	#logo img { height: 60px; }
}
  1. Find and delete the following code from the css/responsive.css File to show the buttons in the Slider:
.slider-caption .button,
  1. Consider adding the following CSS Code to make the Text in the Slider Caption centered:
@media (max-width: 767px) {
	.slider-caption {
		width: 100%;
		text-align: center;
	}
}
  1. Simply add the .no-transition Class to the <body> Tag to disable the Loader.

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.

IintsdwMay 28, 2017

Thanks - will try it out

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