Logo padding of dropdown menu

Hi,

I wanted the sticky logo i put in the drop down menu to be more on left and a little bit down, you can check how it is now going my website : www.site-de-petites-annonces.fr

Thank you
11 years 6 months ago #1 by HAMADENE

Please Log in or Create an account to join the conversation.

Hi

can you make a rough sketch or picture to describe what you want so maybe it could be more easier for us to give a suggestion if that is possible or not
11 years 6 months ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

Hello,

please have a look on attachment
11 years 6 months ago #3 by HAMADENE

Please Log in or Create an account to join the conversation.

Hi,

please forget this ticket.
I now prefer to delete this dropmenu. If you can tell me how to delete it that'd be fine. (I mean the one in which there's the sticky logo).

Regards.
11 years 6 months ago #4 by HAMADENE

Please Log in or Create an account to join the conversation.

Hi

Well we can delete it as that part of the main menu module but we can hide them by editing the following css lines

please open /deals_plazza/css/mobile.min.css and look at these
#menu-icon {
		color: #000;
		width: 72px;
		height: 30px;
		background: url(../images/icon-responsive-menu.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #555;
		display: block; /* show menu icon */
		opacity: 0.5;
		margin:0 auto;
		color: #fff;
}
.stick #menu-icon {
			position: absolute;
			padding: 0;
			right: 10px!important;
			top: 10px!important;
			border:none;
			text-indent: -9000px;
			direction: ltr;
			width: 42px;
 
}

at both class/id, the #menu icon {} and .stick #menu-icon {}
you can add
display:none;

property
11 years 6 months ago #5 by erwinschro

Please Log in or Create an account to join the conversation.

Thank you very much.
11 years 6 months ago #6 by HAMADENE

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum