Okay
  Public Ticket #3306894
Menu (i.lines-button.x2) Width Control
Closed

Comments

  •  1
    thatoutpost started the conversation

    Hello,

    Is there CSS to change the width of the Off Canvas Menu's horizontal lines (i.e. i.lines-button.x2)? Specifically, double the default width.

  •  1,877
    Judith replied

    Hi there,

    Thanks for choosing Salient.

    Please try this css:

    #top nav>ul .slide-out-widget-area-toggle {
        top: 31px;
        left: -7px;
    }
    .slide-out-hover-icon-effect {    transform: scale(1.7);
    }

    Thanks.