Side fixed menu

9 replies · opened Apr 18, 2019

AAlbertoPortapugliaApr 18, 2019

Hi
i ve got a squared logo
I d love to use the entire logo in side fixed menu.
Is it possible to put it centered and bigger than demo?
it it possible to have a different logo in mobile version?

thx in advance

SSemicolon WebSTAFFApr 19, 2019

Hello,

  1. You can definitely increase the Size of the Side Menu, simply use the following CSS Codes:
@media (min-width: 992px) {
	.side-header #header {
		width: 300px;
	}

	.side-header #header-wrap {
		width: 340px;
	}

	.side-header #header .container {
		width: 300px !important;
	}

	.side-header:not(.open-header) #wrapper {
		margin: 0 0 0 300px !important;
	}
}

Simply make sure that the .side-header #header-wrap's Width is always 40px more.

  1. This is Definitely Possible. Simply consider using the following HTML Codes for the #logo:

	[
![attachment](images/logo.png)
](index.html)
	[
![attachment](images/logo@2x.png)
](index.html)

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.

AAlbertoPortapugliaApr 19, 2019

Hi guys.
thx for the answer but..... point 2 does not work
here u are the code (original. I changed only lines in logo div)
the result (in local) is images/logo.png
I cannot see demos/media-agency/images/logo-media.png

thx in advance

SSemicolon WebSTAFFApr 19, 2019

Hello,

Please provide us with a Live URL so that we can check out the exact issue and provide you with more assistance on this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

AAlbertoPortapugliaApr 19, 2019

i m actually working in local.......
on header-side-left.html
I just copied your code
<div id="logo">

attachment


attachment

</div>

putting it in lines from 46 to 49 included...... instead of

<div id="logo" class="nobottomborder">

attachment


attachment

</div><!-- #logo end -->

where am I wrong??

AAlbertoPortapugliaApr 19, 2019

ops... u did not accept written code....

here u are the screenshots

SSemicolon WebSTAFFApr 19, 2019

Hello,

Unfortunately, we need a Live URL to identify the errors which is causing this issue. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

AAlbertoPortapugliaApr 19, 2019

Sorry guys.... mercy me
maybe I understood the (my) prob
i m used in seeing the logo changing while u changed the size of the screen

it seems that I have to refresh.....
if it is so.... I just can say MERCY ME

SSemicolon WebSTAFFApr 21, 2019

Hello,

Really Glad that your issues were resolved. Thanks for your Patience.

Yes, you have got it right! The Logo is currently configured to change only on an Actual Mobile Device and can be checked once you refresh the Page on a Mobile Device or a Mobile Device screen width.

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

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