End of Support for Joomla 3 - Forum closed
tm-footer appears in mobile view
- diva4650xx
- Offline Topic Author
- Junior Boarder
- Posts: 32
- Thank you received: 0
In all desktop views/browser I can hide in custom.css
.tm-footer {
background-color: #fff;
}
In mobile view on Samsung, this element still visible. Could not find the appropriated css.
.tm-footer {
background-color: #fff;
}
In mobile view on Samsung, this element still visible. Could not find the appropriated css.
by diva4650xx
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Try this code:
@media (max-width: 768px) {
.tm-footer {
display: none;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- diva4650xx
- Offline Topic Author
- Junior Boarder
- Posts: 32
- Thank you received: 0
In styles/green/
theme.css or bootstrap.css does not work with.
any other place possible?
theme.css or bootstrap.css does not work with.
any other place possible?
by diva4650xx
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
www.joomlaplates.com/template-customizingPlease never edit the original CSS files, because these files will be overwritten with the next theme update. Always add your custom style to the custom.css
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: diva4650xx
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates