VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

[SOLVED] main-menu is positioned under slideshow in mobile
(1 viewing) (1) Guest

TOPIC: [SOLVED] main-menu is positioned under slideshow in mobile

Re: main-menu is positioned under slideshow in mobile 06 Mar 2019 19:02 #11447

How can i fix this?

Re: main-menu is positioned under slideshow in mobile 08 Mar 2019 02:16 #11453

Can you please send me your website url?

joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: main-menu is positioned under slideshow in mobile 20 Oct 2019 17:42 #11961

Hi,

I have the same problem again, I described it here, at the beginning of this thread. I think that I got some updates and something was changed.

Also, in the mobile version, the company logo is not centered, it goes down the black navigation bar.

Can you explain me how to fix it by myself, so I can easly fix when it happen?

Thank you
Last Edit: 20 Oct 2019 17:47 by me.

  • Posts:75
  • me
  • Senior Boarder
  • OFFLINE
  • Karma: 0

Re: main-menu is positioned under slideshow in mobile 21 Oct 2019 02:41 #11962

Can you please send me your website url?

joomfreak
The following user(s) said Thank You: me

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: main-menu is positioned under slideshow in mobile 28 Oct 2019 02:33 #11975

You can edit file templates/jf_thehub/css/template.css, at line 9323 add comment:
 
/*#header {
background: #000;
position: relative;
}*/

 

Same as line 9274 to keep header is fixed on top.

joomfreak
The following user(s) said Thank You: me

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: main-menu is positioned under slideshow in mobile 28 Oct 2019 22:45 #11976

Thank you, it works.

I also centered the company logo modifying "template.css" at line 8184:

 
.logo {
position: absolute;
top: 20px; /*before was 50px*/
transition: all 0.3s ease-out 0s;
width: 134px;
z-index: 10000;
}
 

And "template.css" at line 9331 for mediaquery rules "@media (max-width: 767px)":

 
.logo {
top: 2px; /*before was 30px*/
}
 

Thank you so much
Last Edit: 28 Oct 2019 22:46 by me.

  • Posts:75
  • me
  • Senior Boarder
  • OFFLINE
  • Karma: 0
Time to create page: 1.11 seconds
Wednesday 24 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.