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!
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!
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!
Thank you! It works with upper space above the logo
but does not work with space below the logo https://ibb.co/mY73sz
Sorry 🙂
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