Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • guap Friend
    #972010

    Can I move down the position Top-1 and Top-2 below the mainmenu?

    Thank you.

    Pankaj Sharma Moderator
    #972017

    Hi
    Yes you can move it below . Go to /tpls/blocks/header.php file
    Find below code

        <!-- SPOTLIGHT TOP -->
        <?php if ($this->checkSpotlight('spl-top', 'top-1, top-2')) : ?>
        <div class="wrap top-header">
            <div class="container t3-sl spl-top">
              <?php 
              $this->spotlight ('spl-top', 'top-1, top-2', array(
                'top-1' => array(
                    'default' => 'span10',
                    'tablet'  => 'span8'
                  ),
    
                'top-2' => array(
                    'default' => 'span2',
                    'tablet'  => 'span4'
                  )
              )) 
              ?>
            </div>
        </div>
        <?php endif ?>
        <!-- //SPOTLIGHT TOP -->
    

    And paste it at the end of file before the code
    Here : http://prntscr.com/cnmxi0

    guap Friend
    #972333
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #972344

    Hi
    Try this code in custom.css file

    @media (max-width: 767px) {
    .navbar-collapse-fixed-top {
        position: relative!important; }}

    Let me know if it helps .

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

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