1. apelsinskal
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 22 December 2014
  5.  Subscribe via email
Hi! On most website I have the home-button named just as HOME. But when wieving the website on a mobile phone, it is not very clear for all people that they have to click HOME to see the menu. Is there any way to set another name (for example MENU) just for the responsive view?
So the regular website still has HOME as home button but the responsive has MENU.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

A possible solution would be to try adding something like the following to your Custom CSS field...


#hornav_mobile:before {
content: "MENU";
float: right;
font-size: 16px;
padding: 5px;
position: relative;
}


This will place a 'MENU' title to the top right of your mobile menu.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!