Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #977411

    Hi
    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 Friend
    #977603

    Hi I have attached a screenshot. Basically i would like the menu icon next to the logo (where the appointment icon was) . Thanks.


    1. 2016-10-18-23.42.31
    shanty Friend
    #977829
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #977851

    Hi
    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 Friend
    #978015

    Thanks. It works! 🙂

Viewing 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.