logo space changing

Posted in: Newspaper
Post count: 92

Hello
Please take a look at this pic https://ibb.co/fHUdLK
Where can I change the space size above and below the logo?
Thank you!

Post count: 22421

Hello,

The space is being held by the header ad. Here is an example of what removing the space will result in: https://www.screencast.com/t/yxFNHRgvqv
You can improve it a bit to a certain point using this guide:

.td-header-style-1 .td-header-sp-recs{
margin: 5px 0 9px 0;
}
.td-header-style-1 .td-header-sp-logo{
margin: 0px 28px 0px 28px;
}

Thank you!

Post count: 92

Thank you Bogdan.
I put your code to Custom CSS but the space between logo and below menu I still can not decrease.

Post count: 23312

Hello likocorp,

Try to use that code and add the !important tag before each value.
The result is here -> https://www.screencast.com/t/OLgdyw7oQ

Thanks for your understanding!

Post count: 92

Thank you! It works with upper space above the logo
but does not work with space below the logo https://ibb.co/mY73sz
Sorry 🙂

Post count: 20688

Hi,

There is a small margin bottom below the logo, 9px to be more exact
https://www.screencast.com/t/gUus1ZdHMbx
Removing that margin bottom and increasing the top margin result:
https://www.screencast.com/t/T8de9i4PHhRz
https://www.screencast.com/t/nlQy4DdY

Code used (works for header style 1)

.td-header-style-1 .td-header-sp-logo {
margin: 37px 28px 0px;
}

I could take a look if this doesn’t work, for a more accurate and faster solution. If possible post a link to the website.

Thanks

Post count: 92

all the margins exept the below one works exellent with your code 🙂
site is still under construction and I think in case of it would not satisfy me after opening it I will come beck to you!
Thanks for your time!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.