theme_t3kit icon indicating copy to clipboard operation
theme_t3kit copied to clipboard

[FEATURE] Enable Mobile Navigation to bottom

Open vhusaruk92 opened this issue 6 years ago • 2 comments

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 avatar Jul 31 '19 10:07 vhusaruk92

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

vhusaruk92 avatar Aug 01 '19 09:08 vhusaruk92

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.

vhusaruk92 avatar Aug 05 '19 14:08 vhusaruk92