Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #980986

    Hi

    The logo span is visible : http://prntscr.com/czlu1f
    You have to remove the logo span and then increase the main nav span size, to increase the main nav width from /tpls/header.php file .
    In case you want it this only for certain template style , you need to create different header files and load them in different template style layout files .

    This is continuation on this thread:

    https://www.joomlart.com/forums/topic/how-to-fill-up-the-entire-top-1-position/

    if the same issue already going on another thread i suggest you to follow one thread , it will avoid confusion .

    WS Friend
    #981004

    Hi,
    In the mentioned thread, your colleague Saguaros asked me to separate this question to another thread, to keep the discussion clear.
    Unfortunately I don’t know how to assign a new header.php to a certain reponsive layout.
    I’d like to have logo span hidden on layouts: Wide, Normal
    and visible on layouts: XTablet, Tablet, Mobile
    Could you possibly help me in solving this problem, please?

    Pankaj Sharma Moderator
    #981197

    Hi

    Go /templates/ja_magz/tpls/blocks/header.php file
    Find

    
                    <!-- LOGO -->
                    <div class="span2 item-first spanfirst ">

    replace it with

    
                    <!-- LOGO -->
                    <div class="span2 item-first spanfirst hidden-desktop">

    it will hide the logo span in desktop view .

    WS Friend
    #981304

    Hi Pankaj,
    I’ve changed this line, but the logo span is still visible, jus like the class hidden-desktop would have been ignored. What is wrong?

    Pankaj Sharma Moderator
    #981312

    Hi
    As i can see the changes are not applied : http://prntscr.com/czxsfa
    There is no hidden class , kindly apply the changes , clean cache and check.
    Regards

    WS Friend
    #981376

    I should have made changes in /templates/ja_magz/local/tpls/blocks folder. Now the changes work. Thank you.

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

This topic contains 6 replies, has 2 voices, and was last updated by  WS 8 years ago.

The topic ‘How to remove logo gap?’ is closed to new replies.