-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 27, 2016 at 12:55 pm #980986Hi
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 .
October 27, 2016 at 1:14 pm #981004Hi,
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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 28, 2016 at 1:32 am #981197Hi
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 .
October 28, 2016 at 7:29 am #981304Hi 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 28, 2016 at 7:41 am #981312Hi
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 -
AuthorPosts
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.