Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nickwijnan Friend
    #187368

    Hello there 🙂

    I’m using JA MERO-template on J2.5. link website

    I’d like to know how the space under the logo and the slideshow with the fish can be reduced, so there is less a gap between.
    Also the search-box must move with this adjustment.

    Some help pls, thx in advance.

    Ninja Lead Moderator
    #492424

    I fixed it on your site as follow

    Open templates/ja_mero/tpls/blocks/mainnav.php file

    Cut this script search form


    <?php if ($this->countModules('head-search')) : ?>
    <!-- HEAD SEARCH -->
    <div class="span6<?php $this->_c('head-search', array('xtablet' => 'hidden'))?>">
    <div class="head-search">
    <jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
    </div>
    </div>
    <!-- //HEAD SEARCH -->
    <?php endif ?>

    And paste it into templates/ja_mero/tpls/blocks/header.php

    + Open templates/ja_mero/css/custom.css file

    add new script


    .span6.t3respon {
    margin-top: 30px;
    }

    Please check it again, let me know if it helps

    nickwijnan Friend
    #492454

    MANY THX for the adjustments on my site Ninja Lead, this is the right solution!

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

This topic contains 3 replies, has 2 voices, and was last updated by  nickwijnan 11 years, 6 months ago.

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