Please always enter the name of the template and the Joomla version and the live URL if available
[SOLVED] When is the mobile logo displayed?
[SOLVED] When is the mobile logo displayed? was created by erwinz
Posted 2 years 11 months ago #30865
Hi all
is there a way to enable/disable the mobile logo in the Astroid Configuration? Or only through a new position and the appropriate module position settings in the Astroid layout manager? I use the PERFECT template.
Thanks, Erwin
is there a way to enable/disable the mobile logo in the Astroid Configuration? Or only through a new position and the appropriate module position settings in the Astroid layout manager? I use the PERFECT template.
Thanks, Erwin
Last Edit:2 years 11 months ago
by erwinz
Last edit: 2 years 11 months ago by Administrator. Reason: Gelöst
Please Log in or Create an account to join the conversation.
- Administrator
- Offline
- Moderator
-
- Posts: 733
- Thank you received: 119
Replied by Administrator on topic When is the mobile logo displayed?
Posted 2 years 11 months ago #30866
Hey Erwin!
The mobile logo starts at
@media (max-width: 767.98px)
You can set this in custom.css to disable the mobile logo:
The mobile logo starts at
@media (max-width: 767.98px)
You can set this in custom.css to disable the mobile logo:
Code:
.astroid-logo .astroid-logo-mobile {
display: none;
}
The following user(s) said Thank You: joomlaplates
Please Log in or Create an account to join the conversation.
Thanks for the quick answer!
KR, Erwin
KR, Erwin
by erwinz
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates