Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #983241

    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

    khalva Friend
    #983345

    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)

    Ninja Lead Moderator
    #983697

    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

Viewing 3 posts - 16 through 18 (of 18 total)

This topic contains 17 replies, has 3 voices, and was last updated by  Ninja Lead 7 years, 6 months ago.

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