This topic has 6 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
Hi,
I’ve been notified that there is no way to login from the home screen on a tablet in landscape mode.
In portrait, the three lines menu has “login” at the bottom.
I was wondering about two things:
1. Can you help add an account icon next to the wishlist on the top menu?
2. On the three line menu bar, can you help me move the login and social to the top, above menu
Thanks,
Rob
Hello,
Thank you for contacting us.
1. Unfortunately, it is not possible without additional code customization. Customers are able to find a link to login form in the mobile menu when they tap on a hamburger icon in the header.
2. You can change their order in the file header.php. Try to swap these lines of code
<?php etheme_get_mobile_menu(); ?>
<?php etheme_top_links( array( 'short' => true ) ); ?>
Regards
Thanks Serg. The problem is that the hamburger icon doesn’t appear for tablets in landscape. Give it a try.
I may look into resorting the login to the top of the menu, but it would require the user to turn the screen to portrait, click the hamburger icon, then click login.
Ideally, it would be right on the top for desktop and tablet.
How difficult would it be and how much work would require a link in the top menu for tablet?
Could you please provide us your website link so we could see how it looks now?
Below
Try to put the following code snippet to the custom CSS for tablets in Theme Options
.top-bar {
display: block;
text-align:center;
}
.top-bar .top-links {
width:100%;
display:block;
text-align:center;
}
.top-links ul {
float:none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up