Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Enable Mobile Navigation to bottom #525

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

vhusaruk92
Copy link
Contributor

This pull-request contains new constant - themes.configuration.menu.main.mobileNavigationToBottom whicj calls "Enable Mobile Navigation to bottom". By default it equal to 0.

The constant makes mobile navigation be placed to the bottom of the screen on mobile and tablet (max-width: @screen-sm-max).

As we need additional space at the bottom of the page - I choose to add an additional class to the footer, as footer is used in all our layouts, accept Empty one.

@vhusaruk92 vhusaruk92 force-pushed the mobile_navigation_bottom_right branch from a53e13a to 901d797 Compare July 31, 2019 13:49
@vhusaruk92
Copy link
Contributor Author

UPD: Move the mobile button to the bottom of the page

@vhusaruk92
Copy link
Contributor Author

vhusaruk92 commented Aug 5, 2019

Screenshot 2019-08-02 17 28 16
Screenshot 2019-08-02 17 22 29
Screenshot 2019-08-02 17 22 52

When we apply
Header -> themes.configuration.elem.status.showHeaderTop')}==0"
Main Menu -> themes.configuration.menu.main.enableLangMenuInNavigation 1
and user click on language flag -> dropdown is cropped.

Also if apply Mobile Navigation Toggle Btn = right, it doesn't change the position of items and it dropdown is cropped too.

@dmh dmh added the TASK label Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants