Hello,
I use the LifeStyle template for a customer. Now I noticed that the menu items that I created as sub-navigation and used in the base area via module cannot be called up on the mobile device (cell phone). The navigation bar in the footer also doesn't work.
I need urgent help please.
Greetings
Verena
- Peters
-
- Commercial Templates
- Monday, 08 May 2023
- Subscribe via email
References
Hi Verena
IN your template styles 'Custom CSS ', try locating and removing the following..
Ciaran
IN your template styles 'Custom CSS ', try locating and removing the following..
.logo_container, h1.logo, h1.logo a {
height: 1000px;
text-align: left;
z-index: 20 !important;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Hi Ciaran,
If i remove it, it works. But than i have the problem, that die logo will be cut. That's the reason, why i write it in the Custom css.
Verena
If i remove it, it works. But than i have the problem, that die logo will be cut. That's the reason, why i write it in the Custom css.
Verena
- more than a month ago
- Commercial Templates
- # 2
Hi Verena
Try replacing your CSS with the following...
Ciaran
Try replacing your CSS with the following...
.logo_container {
height: auto;
text-align: left;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 3
hello Ciaran,
it is very important for me to find a solution. My customer is quite angry that his site doesn't work and in Germany the links must always be accessible and work. Would it be possible to load a second logo file for mobile devices?
I urgently ask for help.
Greetings, Verena
it is very important for me to find a solution. My customer is quite angry that his site doesn't work and in Germany the links must always be accessible and work. Would it be possible to load a second logo file for mobile devices?
I urgently ask for help.
Greetings, Verena
- more than a month ago
- Commercial Templates
- # 6
Hi Verena
Try amending your existing CSS to match the height of your logo. Eg.
Ciaran
Try amending your existing CSS to match the height of your logo. Eg.
.logo_container {
height: 115px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »