Problem with Logo position in "Header Style 8"

Posted in: Newspaper
Post count: 30

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
Style 7

P.s. i found CSS and make like i need, but maybe it’s some kind of mistake?

  • This topic was modified 10 years by tigruz.
  • This topic was modified 10 years by tigruz.
Post count: 30

P.s. no, css dont solve problem, because when i scroll down its look ok (w/o css editing)

Post count: 22421

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!

Post count: 30

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

Post count: 22421

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..
Post count: 30

Thank you very much!

P.S. If this is important I want to say that I did not make any changes before.

Post count: 22421

Hi,
These types of situations can occur if you do not use a top menu.
This type of problem was reported to our developer and hopefully it will get fixed in a future update.
Thank you!

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