Okay
  Public Ticket #2945159
Wider menu
Closed

Comments

  • Johanna started the conversation

    Hi!

    I want the menu to be wider. Maybe also minimize the white space between the menupages.

    Now i need to have a tiny size on the text to fit all menupages.


  •  1,634
    Andrey replied

    Hello, Dear Johanna!

    We have done that request for you: https://prntscr.com/24s482i

    Best Regards!

  • Johanna replied

    Perfect. And the submenu, I wan´t it to be more to the left, see attachment.

  • Johanna replied

    I had an another solution on the submenu white space. But, can I get rid of the chevron arrow thing? 

  •  1,634
    Andrey replied

    Hello, Dear Johanna!

    To do this, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .page_header_wrapper.ls.affix-top-wrapper {
        padding-left: 200px;
    }
    

    Then save changes and check the results at front-end.

    Best Regards!

  • Johanna replied

    Hi, Nope, this just made the whole menu move to the right.

  •  1,634
    Andrey replied

    Hello, Dear Johanna!

    If you want to remove these arrows: http://prntscr.com/24xpndo , please add in the Additional CSS the following code: 

    .sf-arrows ul .sf-with-ul:after{
            font-family: 'FontAwesome';
            padding-left: 7px;
            content: '\f107';
            display: none;
        }
    

    Save changes and check the results at front-end.

    Best Regards!