This topic has 4 replies, 3 voices, and was last updated 5 years, 9 months ago ago by Olga Barlow
Top bar is not showing up on my website
The error 404 is not using the one from the plugin, the one I have created
The top bar shows for full screen but for a screen that I use to check a smaller version (not quite mobile) it does not show.
As Far as the 404 Error, I have placed info into the custom 404 field but it does not override the existing one.
Hello,
1) The max-width to show top bar is 1030px by default if you want to show even for mobile devices use the following custom styles:
@media only screen and (max-width: 1030px){
.top-bar, .top-bar .languages-area, .top-bar .top-links .topbar-widget, .top-bar .top-links ul li.popup_link {
display: block;
}
}
2) Don’t see problem with the 404 page http://prntscr.com/mdta1g I see the content you added in Theme Options http://prntscr.com/mdtat9 Is I missed something?
Regards
You must be logged in to reply to this topic.Log in/Sign up