End of Support for Joomla 3 - Forum closed
[SOLVED] White Space Surrounding Logo - Blog Template
- cpnelson
- Topic Author
- Visitor
- Thank you received: 0
White Space Surrounding Logo - Blog Template was created by cpnelson
Posted 9 years 10 months ago #6240
Looking for way to reduce the amount of white space surrounding the logo. There's a lot of white space above it and a lot of white space below it. Would like to reduce the amount of the white space. Thanks
by cpnelson
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 White Space Surrounding Logo - Blog Template
Posted 9 years 10 months ago #6243
The white space is basically a margin or padding which can be changed with css code.
And please make sure that you image has no white space too.
Try this code below and this code to your custom.css
And please make sure that you image has no white space too.
Try this code below and this code to your custom.css
.tm-headerbar {
margin-bottom: 0;
margin-top: 0;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: cpnelson
Please Log in or Create an account to join the conversation.
- cpnelson
- Topic Author
- Visitor
- Thank you received: 0
Replied by cpnelson on topic [SOLVED] White Space Surrounding Logo - Blog Template
Posted 9 years 10 months ago #6250
Problem solved.
by cpnelson
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates