Shape 5

Joomla Templates => Outdoor Life - Club => : pkennedy99 November 07, 2017, 05:14:58 PM



: Header/Custom 3 position
: pkennedy99 November 07, 2017, 05:14:58 PM
I am trying to add a menu item to my header/main menu area that is not part of the main menu (nor do I want it to be)

So the only module position I could find that seems to work is custom3 (see attached)

The normal desktop/laptop layout works fine

The Problem is mobile, for some reason is shows my header background twice on a mobile device (see attached) when custom 3 is enabled.

Thoughts on how I can get it to not show twice on a mobile device?


: Re: Header/Custom 3 position
: mikek November 08, 2017, 06:25:23 AM
Hello,

Please post a url.


: Re: Header/Custom 3 position
: mikek November 13, 2017, 09:19:13 AM
Hello,

I'm not actually sure what is going on with the image, it looks like it's being applied to two different divs. I am not totally sure what you are trying to do with this link though, because you have it set with hide_900 class so it hides on mobile. If you don't want it shown at all on mobile I would suggest hiding the header bar at the same time. You can do that with the following code in custom.css:

@media screen and (max-width: 900px){
#s5_header {
display:none !important;
}
}

That would hide the second bar, but leave your logo on mobile.


: Re: Header/Custom 3 position
: pkennedy99 November 13, 2017, 09:55:08 AM
That works..thanks.  The purpose is to put that QSG link in an obvious place but not in the main menu.