-
AuthorPosts
-
July 22, 2014 at 10:28 am #199884
mega menu items Call to close
I want to open and close a lot of menu Search
I want to actually
I want to actually make it as green space.
Please could you help in this regard.but know little like telling your mother tell
thanks-
Adam M Moderator
Adam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 23, 2014 at 3:16 am #543168Hi,
Could you please provide your site url so I can take a look first ?
July 23, 2014 at 8:39 am #543202Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 24, 2014 at 4:29 am #543299Hi,
1. Thanks for the info, please open file http://www.sobayiyakjack.com/templates/ja_mero/css/custom.css, to adjust the space around menu item, you can add this code :
.ja-mainnav .navbar .nav > li > a {
padding: 10px;
}2. To remove the search field and make the main menu span across the whole block, please open file root_folder/templates/ja_mero/tpls/blocks/mainnav.php and remove this code :
<?php if ($this->countModules('head-search')) : ?>
<!-- HEAD SEARCH -->
<div class="span3">
<div class="head-search<?php $this->_c('footer')?>">
<jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
</div>
</div>
<!-- //HEAD SEARCH -->
<?php endif ?>then look for this code :
<div class="span9" data-xtablet="span12">
and update as below :
<div class="span12" data-xtablet="span12">
Save your file then recheck.
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Adam M 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-