Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1143860

    Hi

    I can’t figure out how to adjust the position of the sub menu container when I’m the transparency layout.

    It displays ok when I scroll and the non-transparent main menu shows up, but when I’m using the transparency main menu, the gap between the items is so much larger and often hide content (see red arrow on image).

    How can I modify the gap to make the top margin of the sub menu display closer to the main menu items?

    See private area to get access to view the site in development.

    Thanks
    Lyse

    #1144074

    Hey Lyse,

    I’m not sure I understand exactly what you are looking to adjust, and I can’t see a screenshot in your post. Could you post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1144182

    Hi Rikard,

    Here’s the link to the screenshot (issue is the larger gap on the image with the red arrow) :
    https://www.dropbox.com/s/zduhxuzgdbcu6t4/sub%20menu%20issue.jpg?dl=0

    Thanks
    Lyse

    #1144360

    Hi,

    Thanks for the clarification. That happens since you are using the shrinking header, that means the header is larger before you scroll, and smaller after scroll. Are you saying that you want the submenus to appear further up when it’s larger?

    Best regards,
    Rikard

    #1144493

    Hi Rikard,
    I would like it further in both instances and to look somewhat the same when using the shrinking header.
    Thanks,
    Lyse

    #1145535

    Hi,

    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,
    Basilis

    #1145975

    Hi Basilis,
    Can this not be done via CSS?
    Lyse

    #1146710

    Hi Lyse,

    You can use this css code to adjust the position of the sub menu container when the header is still transparent.

    .av_header_transparency .sub-menu {
    	top: 100px;
    }

    It should move it closer to the parent menu item.

    Best regards,
    Ismael

    #1146912

    Hi Ismael,
    That is perfect and exactly what I was looking for/
    Thanks you so very much
    Lyse

    #1146913

    One more thing, can you provide CSS for the mega menu as well?
    Lyse

    #1147066

    Hi,

    Glad it worked. For the mega menu, please add this css code.

    #top #header.av_header_transparency .avia_mega_div {
    	margin-top: -50px;
    }

    Best regards,
    Ismael

    #1147145

    Hi Ismael,
    Perfect!
    Much appreciated
    Lyse

    #1147169

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1147212

    Hi Jordan,
    All is good. You can close this topic.
    Thanks
    Lyse

    #1147213

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Postion of sub menu container when using transparency layout’ is closed to new replies.