Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #972832

    Hi,

    I read in the forum that I could take a menu point as an image to set the logo centered.
    But how can I do this?

    #972908

    Hey seykom,

    Can you try the solutions posted on the following threads:
    https://kriesi.at/support/topic/logo-in-center-menu-to-the-left-and-right/
    https://kriesi.at/support/topic/logo-center-menu-left-and-right-2/

    If that doesn’t help please give us a link to your site, so we can take a closer look.
    You can post the link in private content so it’s only visible to the moderators.

    Best regards,
    Nikko

    #973233

    Hi,

    it´s almost perfect.
    But there are two things I don´t know what to do (I made a screenshot:https://picload.org/view/dopdrlpl/menu.png.html) :

    1. There´s a small gap over the menu…
    2. I want the white background of the menu area to end where I put in the blue line in the screenshot so that the edge of the logo is visible on the background picture.

    Thank you

    #973767

    Hi,

    We would need your web site link so we can be able to try debug the problem.

    Best regards,
    Basilis

    #974104

    Thanks!

    #974357

    Hi seykom,

    Thanks for giving us admin access.
    I have modified Header Size from Custom Value in Pixel to Big in Enfold > Header > Header Settings.
    Then in Enfold > General Styling > Quick CSS, I have modified some codes, from:

    .av_minimal_header #header_main_alternate {
        border: none;
        top: -130px;
    }
    
    .html_header_top.html_header_sticky #header {
        position: fixed;
        top: 50px;
    }
    
    .html_top_nav_header .av-logo-container {
        top: 50px;	
        z-index: 999;
    }

    to:

    .av_minimal_header #header_main_alternate {
        border: none;
        top: -90px;
        margin-bottom: -50px;
    }
    
    .html_header_top.html_header_sticky #header {
        position: fixed;
    }
    
    .html_top_nav_header .av-logo-container {
        z-index: 999;
    }
    
    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 120px !important;
    }

    Hope it’s all good :)

    Best regards,
    Nikko

    #974677

    Hi,

    I tried to achieve another look with the logo, the edge should look like this: https://picload.org/view/doppldda/menu.png.html

    Is that possible?

    #974919

    Hi seykom,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #975313

    OK.
    But could you help me with another problem?
    I want less white area benaeath the menu items and logo – how can I do that?

    Thanks!

    #975445

    Hi,

    This would require bringing the menu items down at which point they would no longer be aligned with the logo.

    Best regards,
    Jordan Shannon

    #975696

    Than they would be under the logo or just not aligned with it?

    #975713

    Hi seykom,

    I think it can still be aligned but would probably more complicated.
    I have checked your site and it seems that the white space is already at its limit.
    Do you still want to reduce it?

    Best regards,
    Nikko

    #975722

    Only a bit, so that the menu is 1-2 cm smaller. At least a try :)

    #975747

    Hi seykom,

    Try to replace this code I gave:

    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 120px !important;
    }

    to:

    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 118px !important;
    }

    I think that is the limit, you should see it in the screenshot I posted in private content.

    Best regards,
    Nikko

    #975772

    To me it looks good, but unfortunately nothing happens when I change the code…
    Maybe there´s something from an old code that prevents that…

    #975812

    Hi seykom,

    The change doesn’t really have that impact since it’s just moved up 2px.
    Maybe adjusting the white space in the logo itself would help.

    Best regards,
    Nikko

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