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

    Guys,..

    I need to clean up the styling of the hamburger menu on mobile:
    *Right justification on phones:

    *Smaller overlay text on phones. The menu is getting cut off:

    #703494

    Hey Diana,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #703516

    Sure thing.

    RedRubberMedia.com

    #703671

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #av-burger-menu-ul li {
        padding: 0.3em 0 0.3em 1.3em!important;
        text-align: left;
    }
    

    Best regards,
    Vinay

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