Home Forums Basel support forum Change sub menu size.

Change sub menu size.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32153

    lucassp
    Participant

    Hi,

    How can I change the sub menu width size?

    My sub menu text is larger than the size I have and I don’t want to break the line.

    I need to change the width size…

    Tks

    Lucas.

    Attachments:
    You must be logged in to view attached files.
    #32193

    Artem Temos
    Keymaster

    Hello,

    You can use the following CSS code to increase its width

    div.basel-navigation .menu>li.menu-item-design-default .sub-menu-dropdown {
        width: 230px;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)