Header Logo Style 3

Posted in: Newspaper
Post count: 29

Hello,

I have 2 questions for the header.
I use the header style 3 (boxed dark menu)

1. How do I get the logo to the left that it is flush with the main navigation?
http://www.bilder-upload.eu/show.php?file=3d17ce-1456391799.jpg

2. How can I change the size of the logo? Google adsense I do not use.
http://www.bilder-upload.eu/show.php?file=f1816e-1456391778.jpg

Thanks for your support
Bernd

Post count: 22421

Hello,

1) This code works on our end with the default logo:

@media (min-width:1141px){
.td-header-sp-logo img{
left:-95px!important;
}
}
@media (min-width:1018px) and (max-width:1141px){
.td-header-sp-logo img{
left:-28px!important;
}
}
@media (max-width:1018px){
.td-header-sp-logo img{
left:-105px!important;
}
}

You can change these values to your preference.

2)Unfortunately this header was designed to work with adsense. You will need to remove the container for the ad spot from the theme files first if you want to increase the size of the logo: http://screencast.com/t/BUYmlAB9I6v
Then you can use css to adjust it, but the best way to have a larger logo is to use a header style that uses the full logo . In this case the theme will display the full size of your logo.
You can checik header styles here: https://forum.tagdiv.com/header-styles/

Thank you!

Post count: 29

Many thanks for the quick and professional help

How can I from the header style 1 default the Boxed give property?
http://www.bilder-upload.eu/show.php?file=b8b3a7-1456413105.jpg

Thanks for your support

Post count: 29

Are your Specifying under 1) entered into the Custom CSS?

Post count: 29

the Style 1- default does not assume the color of the Mainmenu I made under Theme color.
How do I have the css change so that the Mainmenu in delault setting looks like in Style 3?
MENU BACKGROUND COLOR: # 727272
ACTIVE & HOVER COLOR: # a82121
MENU TEXTCOLOR: white

The main menu of Style 1 default (1) should look like Style 3 boxed (2)

(1) http://www.bilder-upload.eu/show.php?file=9c4dbc-1456418871.jpg

(2) http://www.bilder-upload.eu/show.php?file=cbbcb5-1456418905.jpg

Thanks for your support

Post count: 22421

Hello,

I’m not sure I understand properly.
You can add the css code from ‘answer 1)’ in the theme panel->custom css box: http://screencast.com/t/d4829UlYoFe
As for the menu, you can set the colors, but the hover effect is different on the 2 header styles. You can use a css trick to make them similar:
.td-header-style-1 .sf-menu > li > a:after{
height: 48px!important;
z-index:-1!important;
}

You can also add this code in the custom css box below the other code.
Then you only need to make it boxed. This can be done by adding any type of background color or image. White counts too: http://screencast.com/t/CV2KxS1VMw
result: http://screencast.com/t/nzOj0Alyr65

Thanks.

Post count: 29

Hello
Thanks for the quick help
The main menu with the Style 1- default looks like
http://www.bilder-upload.eu/show.php?file=b8b3a7-1456413105.jpg

I want that it looks
Result:
http://www.bilder-upload.eu/show.php?file=1b3dfd-1456486314.jpg

Thank you very much!!

Post count: 22421

Yes. Follow my instructions above and you will have the header style 1 similar to style 3.
Thank you!

Post count: 29

if I do that, what they have written, I get this result:
http://www.bilder-upload.eu/show.php?file=de8908-1456491983.jpg
http://www.bilder-upload.eu/show.php?file=e9c508-1456492206.jpg
that’s not what I want.

How do I get to the Heder-Style 1 default this result:
http://www.bilder-upload.eu/show.php?file=1b3dfd-1456486314.jpg

Post count: 22421

Hi,
You cannot get “exactly that result” as the header style is different. If you want to have exactly style 3, then why not use style 3 directly? Please provide more details to what you intend to do as I cannot understand exactly what you mean. I made style 1 as close as possible to what you described.
Thank you!

Post count: 29

the problem I have with Style 3: The logo (top left) can not be to magnified.
If I have understood you correctly, the only solution is to remove the Conatainer for AdSense. Just as you have described it here
http://screencast.com/t/BUYmlAB9I6v
Is that right?

Post count: 22421

If you want to increase the size of the logo, then you need to remove the ad container, yes as it will fall under the logo and display a big empty space.
Thanks.

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