Home Forums Support LOGO

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #901153
    Felamihanta

    Hi.

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

    Thanks

    #901264
    David
    Staff
    Customer Support

    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.

    #902445
    Felamihanta

    In the navigation. My website is under construction.

    #902449
    Felamihanta

    https://www.fusionelles-services.com/

    I’ve deactive the maintenance mode

    #902460
    David
    Staff
    Customer Support

    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

    #902469
    Felamihanta

    https://www.fusionelles-services.com/ my url is ok
    i don’t like my menu apparence why the current color doesnt take the menu height ?

    #902473
    David
    Staff
    Customer Support

    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.

    #902476
    Felamihanta

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

    #902484
    David
    Staff
    Customer Support

    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.

    #902486
    Felamihanta

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

    #902500
    David
    Staff
    Customer Support

    Add this CSS to remove the space:

    .entry-content {
        margin-top: 0;
    }
    #902514
    Felamihanta

    It works perfectly thank you !

    #902536
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.