Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 18, 2016 at 4:24 am #977411Hi
The position can be changed from the PHP files or using CSS code .
You can give me site URL and a screenshot where u want the menu . I will suggest you changes .shanty Friendshanty
- Join date:
- April 2008
- Posts:
- 70
- Downloads:
- 6
- Uploads:
- 7
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
October 18, 2016 at 10:47 am #977603Hi I have attached a screenshot. Basically i would like the menu icon next to the logo (where the appointment icon was) . Thanks.
shanty Friendshanty
- Join date:
- April 2008
- Posts:
- 70
- Downloads:
- 6
- Uploads:
- 7
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
October 18, 2016 at 10:25 pm #977829This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 19, 2016 at 12:57 am #977851Hi
For this open
templates/ja_medicare/tpls/block/topbar.php file
Find<!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header pull-right"> <?php if ($this->getParam('navigation_collapse_enable', 1) && $this->getParam('responsive', 1)) : ?> <?php $this->addScript(T3_URL.'/js/nav-collapse.js'); ?> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".t3-navbar-collapse"> <i class="fa fa-bars"></i> </button> <?php endif ?> <?php if ($this->getParam('addon_offcanvas_enable')) : ?> <?php $this->loadBlock ('off-canvas') ?> <?php endif ?> </div>
Cut this code and paste it in /tpls/block/header.php file
after line 44 (at end of logo code )then add below code in custom.css file
.navbar-header { min-width: 40px!important; }
Hope it helps .
shanty Friendshanty
- Join date:
- April 2008
- Posts:
- 70
- Downloads:
- 6
- Uploads:
- 7
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
October 19, 2016 at 8:02 am #978015Thanks. It works! 🙂
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by shanty 8 years, 1 month ago.
The topic ‘Change position of the mobile menu icon’ is closed to new replies.