Site logo

Archived topic

LOGO

12 replies · Started by Felamihanta on May 16, 2019

Viewing posts 1–13 of 13

Hi.

My logo is very very little when I upload this in my website, how can I adjust it.

Thanks

Hi there,

where do you have the logo added? In the header or the navigation. Can you share a link to your site so i can see the problem.

In the navigation. My website is under construction.

The Navigation logo size is defined by the height of the Menu items set in Customizer > Layout > Primary Navigation --> Menu item height. Let me know if that works, i can't access the link - can you check the URL

In Customizer > Layout > Container - change the Content Layout to One Container.
The alternative to using the Navigation as the Header is to use the normal Header with your Logo and set the Primary Navigation to float right. This will provide more control over the logo and the nav.

If I do that, where I can place my google tag after ?

You can use the Hook Element:

https://docs.generatepress.com/article/hooks-element-overview/

For Google Analtyics the code goes in the WP_Head hook.

For Google Tag Manager you need to create two hooks - you add the first code to the WP_Head hook and the second code to the before_header hook and set the priority to 0.

Why I have the current color doesnt take the height of menu ?

Add this CSS to remove the space:

.entry-content {
    margin-top: 0;
}

It works perfectly thank you !

Glad to be of help

This archived topic is closed to new replies.