Logo padding of dropdown menu
- Posted by HAMADENE (33) Offline
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
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
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
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
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
Please Log in or Create an account to join the conversation.
- Posted by HAMADENE (33) Offline
- Posted by HAMADENE (33) Offline
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 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.
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
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
at both class/id, the #menu icon {} and .stick #menu-icon {}
you can add
property
11 years 6 months ago #5
by erwinschro
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
Please Log in or Create an account to join the conversation.
- Posted by HAMADENE (33) Offline