Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #949164

    Hi there,

    Default I have a big menu in the header of my website, when you scroll to the bottom of the website this changes in a smaller menu.
    My question, is it possible to use this smaller menu from the start just on one page?

    I also have a second question, is it possible to put a text/content over the video slider (for a few seconds)?

    #950462

    Hey SoWeAre,

    The text can be put over the video in the Layer Slider.

    On which page do you need the menu to be small?

    Best regards,
    Victoria

    #950561
    This reply has been marked as private.
    #951334

    Hi SoWeAre,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.page-id-1176 #header .container.av-logo-container,
    #top.page-id-1176 #header #avia-menu > li > a {
        height: 44px !important;
        line-height: 44px !important;
    }
    
    #top.page-id-1176 #header .container.av-logo-container .logo a, 
    #top.page-id-1176 #header .container.av-logo-container .logo img {
        max-height: 44px !important;
    }
    
    .html_header_top.html_header_sticky .page-id-1176 #main {
        padding-top: 44px !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #951655
    This reply has been marked as private.
    #952493

    Hi SoWeAre,

    Thanks for giving the admin access.
    I have checked your site and the code was partially working because this part of the code:

    #top.page-id-1176 #header #avia-menu > li > a

    > was replaced with:

    & g t ;

    without the spaces, I have fixed it but I have cleared my browser cache to view it properly.
    Let us know if it’s good on your end.

    Best regards,
    Nikko

    #953368

    Thanks it works fine now!

    One more question, is it possible to place a text (company name) next to the logo in the menu?

    #954043

    Hi,

    Yes, that is possible. Try this filter.

    // https://kriesi.at/support/topic/phone-number-next-to-logo-menu/#post-948083

    Best regards,
    Ismael

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