End of Support for Joomla 3 - Forum closed
Bar showing in posTop-a, but display is set to off
Bar showing in posTop-a, but display is set to off was created by kthiesen
Posted 7 years 2 weeks ago #18781
I have a module (menu) in position Top-a that is set to display only in phone mode. But in desktop and tablet mode a grey bar is showing. If I unpublish the module, the bar disappear.
See example here: fore.kogegolf.dk/index.php/gaest
Have can I get rid of the grey bar?
Regards, René
See example here: fore.kogegolf.dk/index.php/gaest
Have can I get rid of the grey bar?
Regards, René
by kthiesen
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Bar showing in posTop-a, but display is set to off
Posted 7 years 2 weeks ago #18783
Hi there,
depends on the space which you can select in the template backend parameter.
But you can fix it. Add this code to your css/custom.css
depends on the space which you can select in the template backend parameter.
But you can fix it. Add this code to your css/custom.css
@media screen and (min-width: 352px) {
#top-a {
display:none;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: kthiesen
Please Log in or Create an account to join the conversation.
Replied by kthiesen on topic Bar showing in posTop-a, but display is set to off
Posted 7 years 2 weeks ago #18788
Thanks it worked with this:
@media screen and (min-width: 768px) {
#top-a {
display:none;
}
}
Now it only shows in phone mode.
@media screen and (min-width: 768px) {
#top-a {
display:none;
}
}
Now it only shows in phone mode.
by kthiesen
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates