- Thank you received: 0
Gap above logo?
-
jfbosch
-
Topic Author
- New Member
-
Less
More
13 years 10 months ago #8405
by jfbosch
Gap above logo? was created by jfbosch
I put a sample logo in the logo module in my Joomla site based on your template.
www.digitalrefraction.com/dr/index.php
However, there is a big gap above the logo. I couldn't figure out a way of moving the logo up, as it doesn't seem that it can be adjusted in the logo module.
Where should I look to adjust this?
I am familiar with HTML and CSS, I just don't know where to change it.
Thank you much.
www.digitalrefraction.com/dr/index.php
However, there is a big gap above the logo. I couldn't figure out a way of moving the logo up, as it doesn't seem that it can be adjusted in the logo module.
Where should I look to adjust this?
I am familiar with HTML and CSS, I just don't know where to change it.
Thank you much.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8416
by ivan.milic
Replied by ivan.milic on topic Re: Gap above logo?
Hi,
in layout.css
.logo_pad {
padding-top: 50px;
}
when you remove that maybe you will need to add something like
margin-top: -10px;
BTW. If you are familiar with HTML and CSS don't miss Chrome browser debugger you start with Inspect Element option. Using it you can check and test all live.
in layout.css
.logo_pad {
padding-top: 50px;
}
when you remove that maybe you will need to add something like
margin-top: -10px;
BTW. If you are familiar with HTML and CSS don't miss Chrome browser debugger you start with Inspect Element option. Using it you can check and test all live.
Please Log in to join the conversation.
-
jfbosch
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 10 months ago #8426
by jfbosch
Replied by jfbosch on topic Re: Gap above logo?
Thank you much. I'll give that a try. Will go hunt down layout.css.

Please Log in to join the conversation.
Time to create page: 0.204 seconds