By poolotw on Sunday, 25 January 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 551
Votes 0
I go to Layouts Toolbar and say 'Yes' to Enable Text.
When looking at the site on a computer, hovering over the toolbar menu brings up the explanation box for each menu item.
But on the mobile (where you don't have to hover i.e. the explanations show up automatically), the explanation slightly overlaps the menu item.
Is this a bug or do I have to refine some setting?
It is not a problem if I say 'No' to Enable Text and thus use only the icons (for Home, Categories, Tags & Bloggers).
Hello Jeanette,

I am really sorry for the delay of this reply as it is a weekend for us here.
It seems like that was some styling issues, can you try apply this css code in your template css file and see how it goes?

@media (max-width:768px)
{
#ezblog-menu .blog-navi.iconless li a span {
display: none !important;
}
}
·
Sunday, 25 January 2015 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post