Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
General info & installation
word in mobil menu
yehoshua
December 2015
in
General info & installation
Hi i need insert "menu" word after menu in for mobil devices.
Attach image:
http://prntscr.com/9kikse
Comments
Albert
December 2015
http://forum.muffingroup.com/betheme/discussion/10963/adding-the-word-menu
yehoshua
January 2016
Hi , thanks, i work with the instruccions in the other post, appaers word and menu, but dab aligned:
http://prntscr.com/9ks2zv
I intent with this modifycation in css code:
/* Menu movil*/
.header-simple #Header a.responsive-menu-toggle { width: 100px !important; }
.header-simple #Header a.responsive-menu-toggle i {
position: relative;
top: 2px;
}
/*Menu movil*/
#Top_bar a.responsive-menu-toggle i {
font-size: 20px;
line-height: 0px;
}
/*menu movil*/
@media
only screen and (max-width: 767px) {
#Top_bar .logo #logo { margin-left: 30 !important; }
}
I need style font format "normal", not italic.
Thanks
Albert
January 2016
Do you have sticky menu on mobile activated? If you do, please deactivate it if you want to use text with icon.
yehoshua
January 2016
Ok, i deactive sticky menu, y only put this css:
/* Menu movil*/
.header-simple #Header a.responsive-menu-toggle { width: 100px !important; }
.header-simple #Header a.responsive-menu-toggle i {
position: relative;
top: 2px;
}
/*Menu movil*/
#Top_bar a.responsive-menu-toggle i {
font-size: 20px;
line-height: 0px;
}
And this is the result:
http://prntscr.com/9lbiba
I have a problems with align of the menu...
Albert
January 2016
Link to site where this menu is please.
yehoshua
January 2016
edited February 2016
the link:
Albert
January 2016
Hi,
To move responsive menu button right please use below CSS
#Header a.responsive-menu-toggle {
right: -30px !important;
}
Thanks!
yehoshua
January 2016
Thanks, i need now change of font type i add this code:
#Top_bar a.responsive-menu-toggle span {
font-family: Londrina Solid !important;
font-size: 20px;
}
Ist fine?
Thanks...
yehoshua
January 2016
The last comment not is neccesary.
All fine, thanks!!!!
Sign In
or
Register
to comment.
Comments
http://prntscr.com/9ks2zv
I intent with this modifycation in css code:
/* Menu movil*/
.header-simple #Header a.responsive-menu-toggle { width: 100px !important; }
.header-simple #Header a.responsive-menu-toggle i {
position: relative;
top: 2px;
}
/*Menu movil*/
#Top_bar a.responsive-menu-toggle i {
font-size: 20px;
line-height: 0px;
}
/*menu movil*/
@media only screen and (max-width: 767px) {
#Top_bar .logo #logo { margin-left: 30 !important; }
}
I need style font format "normal", not italic.
Thanks
/* Menu movil*/
.header-simple #Header a.responsive-menu-toggle { width: 100px !important; }
.header-simple #Header a.responsive-menu-toggle i {
position: relative;
top: 2px;
}
/*Menu movil*/
#Top_bar a.responsive-menu-toggle i {
font-size: 20px;
line-height: 0px;
}
And this is the result:
http://prntscr.com/9lbiba
I have a problems with align of the menu...
To move responsive menu button right please use below CSS Thanks!
#Top_bar a.responsive-menu-toggle span {
font-family: Londrina Solid !important;
font-size: 20px;
}
Ist fine?
Thanks...
All fine, thanks!!!!