Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • plenarea Friend
    plenarea Friend
    #871257
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #871284

    Hi
    I fixed this problem directly on your site . You modified the module position size from template options > layout > responsive layout > http://prntscr.com/9w9xuq
    I reverted the position 5 size now it look same like in demo .

    plenarea Friend
    #871285
    This reply has been marked as private.
    plenarea Friend
    #871294
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #871344

    Hi

    1. Go to /tpls/blocks/mainnav.php find this code

      
          <div class="t3-navbar navbar-collapse collapse <?php if ($headright) echo 'col-xs-2 col-lg-9' ?>">

      Change it with

      
          <div class="t3-navbar navbar-collapse collapse <?php if ($headright) echo 'col-xs-2 col-lg-10' ?>">

    Then find this code

    
            <div class="col-xs-8 col-md-6 col-lg-3 pull-right">

    replace it with

    
            <div class="col-xs-8 col-md-6 col-lg-2 pull-right">

    It create some space in main nav to add an item .

    1. its a module published on Head-right position , you can open it and change the menu with your menu.
    2. Calendar is an custom html module (MOD ID 155) you need to edit the class manually each day , Set the default editor to None before Edit custom html module . In demo there is Jomsocial calendar module , if you have it install the component and configured it with this doc

    3. Follow the documentation to change footer info
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum