This topic has 6 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp
Dear 8theme,
It is fantastic theme! 🙂
I have 2 questions:
1., I updated the theme version to 3.0.3. After it the responsive function does not work on mobile and other small screen devices. They can not recognize the mobile menu and do not view samller slider, images etc. In the theme options I turn on again the Enable responsive design button then save but nothing changed. Before updating everything was perfect. Please help to adjust it.
2., In the new version I use the transparent header on one site. If I use the light version I can see it on the home slider but can not see on the other pages with white background. If I use the dark version I can see on the pages with white background but it is not nice on the home slider pages. Is it possible use dark and light version on different pages? Or use different header type on different pages?
Credentials in private message
Thank you in advance
Have a nice day
Hello,
Responsive design isn’t working because you’ve added this code in custom.css:
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 940px;
}
Change it to this:
@media (min-width: 1200px) {.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 940px;
}}
Please give us administrator permissions for wp-admin panel as now we have access only to My Account page.
Regards,
Eva Kemp.
Dear Eva,
thank you very much
Here are the credentials in private content.
have a nice day
Hello,
I’ve enabled transparent header type for the site makeupwebshop.hu and added this css code in custom.css file:
.header-type-4 .main-nav .menu > li > a, .top-bar a span, .top-bar a {
color: black !important;
}
.home .header-type-4 .main-nav .menu > li > a, .home .top-bar a span, .home .top-bar a {
color: white !important;
}
Please check the site now.
Regards,
Eva Kemp.
Dear Eva,
it is amazing works fine!
thank you very much for your very quick and successful help!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Transparent header and responsive size’' has been successfully resolved, and the topic is now closed for further responses