Foren

How to adjust the banner logo's margin of top to 0?

thumbnail
Niki Lin, geändert vor 10 Jahren.

How to adjust the banner logo's margin of top to 0?

Junior Member Beiträge: 31 Beitrittsdatum: 09.05.13 Neueste Beiträge
Here is my site's index page and I changed the logo of site.
The image is as follows and I want the red frame is gone.
I search on google and this forum and try many ways, but it never works.
Could somebody please help me to config it? thx.

Before:


After:
thumbnail
Muradali Hasan, geändert vor 10 Jahren.

RE: How to adjust the logo banner margin of top to 0?

Junior Member Beiträge: 84 Beitrittsdatum: 27.07.10 Neueste Beiträge
Hi Niki,

if you want to display logo in custom style you can write the css in your custom theme for logo.

Thanks-
Muradali
thumbnail
Niki Lin, geändert vor 10 Jahren.

RE: How to adjust the logo banner margin of top to 0?

Junior Member Beiträge: 31 Beitrittsdatum: 09.05.13 Neueste Beiträge
Hi Muradali,
I change the main.css, custom.css and public page's css.
I add the css like this:
#banner .logo {
margin:0;
}
But it never works. I don't know why.
Would you please give me a hint? Thx.
thumbnail
Niki Lin, geändert vor 10 Jahren.

RE: How to adjust the logo banner margin of top to 0?

Junior Member Beiträge: 31 Beitrittsdatum: 09.05.13 Neueste Beiträge
I've try many times and it drives me so crazy...I have no any idea about this.
Could anybody tell me how to solve this issue? Thanks.
thumbnail
chirag @ India, geändert vor 10 Jahren.

RE: How to adjust the logo banner margin of top to 0?

Regular Member Beiträge: 129 Beitrittsdatum: 21.12.11 Neueste Beiträge
hi niki ,

First You try with Inspect Element in browser (Google chrome F12-Shortcut ) & change according your need ,then see in right side of inspect element there are css style as well from which file it's comes also shown.Also trace Other css affected or not ..

HTH
Chirag@India
Bradley Wood, geändert vor 10 Jahren.

RE: How to adjust the banner logo's margin of top to 0?

Robert Moloney, geändert vor 10 Jahren.

RE: How to adjust the banner logo's margin of top to 0?

New Member Beiträge: 21 Beitrittsdatum: 11.06.13 Neueste Beiträge
I can't see anything there man is it just a padding problem ?

If its just something like padding or margin then you can go onto your index page (if admin) click on manage page =>page =>look and feel then scroll down to the bottom of the page and there is a text box where you can apply your own css after the theme is in place .If you put in your Id or Class there with the css it should work.