• Resolved urbanheather

    (@urbanheather)


    Hi,

    Is there a way to change the size of the indent on the sub menu text?

    I originally had my menu width at 40% but the sub text was half cut off so I have to change it to 70%.

    Is there a way to either make the indent smaller or get rid of it completely so all text is left aligned together?

    Thanks

    https://wordpress.org/plugins/responsive-menu/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter urbanheather

    (@urbanheather)

    A link to the website I’m using this plugin on may help 🙂

    http://www.rentmychair.co.uk/search

    Hi there,

    Adding the following to your styles.css file and removing the !important tags option from the admin should fix it (at least it did for me).

    #responsive-menu .responsive-menu li li a {
    padding-left: 5%!important;
    width: 95% !important;
    }
    
    #responsive-menu .responsive-menu .sub-menu {
    padding-left: 0px;
    }

    If you have any problems doing this please email me your FTP and WP login details and I will look at doing this for you.

    Many thanks

    Peter

    Thread Starter urbanheather

    (@urbanheather)

    This worked perfectly, thank you so much!

    Fantasic support and even better plugin 🙂

    Thanks

    Heather

    Hey Heather,

    Great to hear we got it working for you first time and thanks so much for the great review, much appreciated!

    Any other issues just let me know.

    Many thanks

    Peter

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the size of indent on sub menu text’ is closed to new replies.