This topic contains 17 replies, has 3 voices, and was last updated by Ninja Lead 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hi,
If you want to disable it on tablet layout, you can add this CSS style below to templates/ja_megastore/css/custom.css file
@media (min-width: 768px) and (max-width: 979px) {
.head-search.pull-left-center {
display: none;
}
}
Regards
Thank you for your help, Mr. Ninja 🙂
1)
Could you be so kind to tell me how could I disable it from the layout itself?
I know that some of the positions have these beautiful "eyes", I would like to add one into that position.
2)
Also, do you think that it would be more semantical if we share the whole space to these two positions?
How could I achieve that? (kindly take a look at the red rectangles)
Hi,
I add this code <?php $this->_c(‘midheader’) ?> to header.php file on your site, http://prntscr.com/d3fc5d and now you can control ON/OFF it: http://prntscr.com/d3fdgy
About the custom the space to these two positions, you can do that by making changes the CSS style from custom.css file
Regards
This topic contains 17 replies, has 3 voices, and was last updated by Ninja Lead 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum