Hello.
I use “Header Style 8” and found problem with logo position. I use 272 x 90px logo and its too top.
I try “Header Style 7” and its look good, but i need “Header Style 8”.
Header Style 7

Header Style 8

P.s. i found CSS and make like i need, but maybe it’s some kind of mistake?
Hello tigruz,
I have tested multiple logos at on my end with header style 8 and the logo has no positioning problems.
Make sure you upload a 272 x 90 px logo, or close to these parameters.
Please check other modifications to the header if you have some.
If this is not the case, provide us with a link to your website so we can take a look at the problem.
Thank you!
Hello Bogdan,
I check everything 2 times and problem not solved. Maybe link can help – http://loren-ditrich.ru
P.s. original image have space on top and bottom
Hi,
To correct the image margin, you can add a custom CSS rule:
@media (min-width: 1141px){
.td-header-sp-logo img{
margin-top:20px;
}}
@media (max-width: 1140px){
.td-header-sp-logo img{
margin-top:40px;}}
@media (max-width: 1018px){
.td-header-sp-logo img{
margin-top:50px;}}
Add this in the theme panel->custom CSS box and it should fix the margin on every viewport.
This code applies to this particular logo. If you change the logo, you have to remove the code or adjust the margins on it.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
