Mobile Navigation User Experience

Posted in: Newspaper
Post count: 9

Hi,

i want to switch mobile navigation side left to right. i think it is better for user experience. Facebook switched their mobile navigation button because with bigger smart phone it is hard to touch top left side.

How can i do that? Is it possible?

Facebook: http://www.screencast.com/t/vI6JZMzHVW3x

Current One: http://www.screencast.com/t/NYt6BUghZ3 http://www.screencast.com/t/qoc3ItH8I3I

Requested One: http://www.screencast.com/t/HfwUqynnOuY http://www.screencast.com/t/3QvZMVBmFnK

Thank you.

Post count: 1291

Hi,

It’s possible with modifications on code and css, unfortunately it’s not an easy task, ex. : – http://screencast.com/t/MR2Aa3Td

@media (max-width: 767px){
.mobile-logo-wrap img {
right: auto;
left: 5px;
top: 0px;
}
.td-menu-header{
position: relative;
}
#td-top-mobile-toggle {
float: right;
}
#td-top-search {
position: absolute;
top: 2px;
right: 50px;
}
.header-search-wrap .dropdown-menu {
right: -10px;
left: auto;
}
.header-search-wrap .dropdown-menu:before {
left: auto;
right: 27px;
}
}

The menu still opens from the left, if you want to make it open from the right i suggest that you hire a professional developer to make that modification for you, it’s not an easy task.

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.