Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1214429

    Hi,

    How can I change the maximum width of the mega menu bar on my website?
    My website is set to a maximum container width of 1600px

    I like to have a smaller mega menu than the current situation. (see image)

    View post on imgur.com

    If anyone could help me, I am very grateful.

    Thank in advance.
    Timo

    #1214907

    Hey Timo,

    Thanks for the screenshot, please post a link to where we can see the element in question as well.

    Best regards,
    Rikard

    #1216287

    hi,

    Thanks for any help

    #1218694

    Hi,

    Sorry for the delay. You can use this css code to define a maximum width for the mega menu container.

    .avia_mega_div {
    	max-width: 70vw;
    }
    

    And in case you’re not familiar with vw unit, it stands for viewport width and 70vw means 70% of the view port width.

    Best regards,
    Ismael

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