End of Support for Joomla 3 - Forum closed
[SOLVED] change mobile menu from left to right
- kasperdesign
- Offline Topic Author
- Fresh Boarder
- Posts: 1
- Thank you received: 0
Hello there,
my customer insists on having the mobile menu customized to be on the right instead of the left side. I know it would be possible by changing the class to .uk-navbar-flip but I absolutely can't find where to change the class. Is it possible somehow?
Thank you in advance!
my customer insists on having the mobile menu customized to be on the right instead of the left side. I know it would be possible by changing the class to .uk-navbar-flip but I absolutely can't find where to change the class. Is it possible somehow?
Thank you in advance!
by kasperdesign
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic change mobile menu from left to right
Posted 8 years 1 month ago #15446
Hi there,
you can add the uk-offcanvas-bar-flip to the layouts/theme.php > Line 161
styles/your new style/layouts/theme.php
you can add the uk-offcanvas-bar-flip to the layouts/theme.php > Line 161
But please do not edit the org file. Always create an override and customize the new files in:<div id="offcanvas" class="uk-offcanvas">
<div class="uk-offcanvas-bar uk-offcanvas-bar-flip"><?php echo $this->render('offcanvas'); ?></div>
</div>
styles/your new style/layouts/theme.php
To customize the general theme layout, you need to override the /layouts/theme.php. To do so, create the /styles/STYLE-NAME/layouts directory, copy the file in there and start adding your own PHP code.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: kasperdesign
Please Log in or Create an account to join the conversation.
- kasperdesign
- Offline Topic Author
- Fresh Boarder
- Posts: 1
- Thank you received: 0
Replied by kasperdesign on topic [SOLVED] change mobile menu from left to right
Posted 8 years 1 month ago #15450
Awesome, Problem solved!
Last Edit:8 years 1 month ago
by kasperdesign
Last edit: 8 years 1 month ago by kasperdesign.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates