End of Support for Joomla 3 - Forum closed
[SOLVED] Spacing on Logo
Hello Everybody,
how can i change the spacing between the logo and the top of the Window an betwen the logo and the menu-bar?
Here a picture to explain
Thank you for your help.
Best regards
fap
how can i change the spacing between the logo and the top of the Window an betwen the logo and the menu-bar?
Here a picture to explain
Thank you for your help.
Best regards
fap
by fap
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Add this code to your css/custom.css
www.joomlaplates.com/template-customizing
.tm-headerbar {margin:0 !important}
www.joomlaplates.com/template-customizing
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: fap
Please Log in or Create an account to join the conversation.
@joomlaplates: Thank you for your answer!
I've added your code in my template.css
On my Page [secret] spielmannszug-altastenberg.de/2015/ [/secret] is still a spacing between the logo and the menubar.
How can i remove this?
I've added your code in my template.css
On my Page [secret] spielmannszug-altastenberg.de/2015/ [/secret] is still a spacing between the logo and the menubar.
How can i remove this?
by fap
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo, bitte fügen sie ihr Logo ohne den "p" tag ein.
Hierzu müssen sie den "nicht" hilfreichen Joomla Editor einfach ausschalten.
Falscher Code
Richtiger Code:
Hierzu müssen sie den "nicht" hilfreichen Joomla Editor einfach ausschalten.
Falscher Code
<p>
<img alt="" src="/2015/images/logo/logo.png">
</p>
Richtiger Code:
<img alt="" src="/2015/images/logo/logo.png">
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: fap
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates