Hi, When I clicked on the MEnu which has a submenu on mobile devices I can not see the submens, I have to click on the + sign, and many users just click on the menu name aswell
Can we make the clickable area bigger (all line)
Thanks
Hi, When I clicked on the MEnu which has a submenu on mobile devices I can not see the submens, I have to click on the + sign, and many users just click on the menu name aswell
Can we make the clickable area bigger (all line)
Thanks
Ambrosia - Creative Restaurant HTML5 Template
Hi,
Did you make any change in your file style.css?
If not, please download this file https://www.dropbox.com/s/9hjsnzo40hyoq2n/style.css?dl=0 and repalce file style.css
Hi, I did some changes on style file, is it possible to only send me the codes that needs to be changed? Thank you for you support
Hi,
Open file style.css and change the code:
.menu-mobile nav.navigation .nav li span.plus {
position: absolute;
top: 0;
right: 0;
display: block;
color: #fff;
font-size: 26px;
width: 50px;
height: 45px;
text-align: center;
cursor: pointer;
z-index: 9;
}
to:
.menu-mobile nav.navigation .nav li span.plus {
position: absolute;
top: 0;
left: 0;
display: block;
color: #fff;
font-size: 26px;
width: 100%;
height: 45px;
text-align: right;
cursor: pointer;
z-index: 9;
padding-right: 12px;
}