End of Support for Joomla 3 - Forum closed
[SOLVED] Mobile logo
I have a problem with mobile logo, it is not displaying in the correct position. It is currently fixed in a position below its correct position.
I cannot see how to solve this.
I have attached a screen shot in a word document. You can also check directly via denhammedia.com
Thanks.
I cannot see how to solve this.
I have attached a screen shot in a word document. You can also check directly via denhammedia.com
Thanks.
by denham
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello,
please open the module and look to the source code.
www.joomlaplates.com/support/documentati...content-was-cleansed
And now remove the "p" code around the "img" Tag.
please open the module and look to the source code.
www.joomlaplates.com/support/documentati...content-was-cleansed
And now remove the "p" code around the "img" Tag.
<img src="/images/logos/logo-small.png" alt="logo" border="0">
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Thanks for your quick response. I have switched to codeMirror and removed the p tags, It has not made any difference to the position of the logo, it is still showing incorrectly.
by denham
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello, then try this code.
Add this css code to your css/custom.css
Add this css code to your css/custom.css
.tm-logo-small {
display: inline;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates