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

    Hallo,
    How can reducing space between nav text on mobile version:

    Thank you,

    Best regards,
    Ivo

    #864125

    Hey Ivo,

    Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    .main_menu .av-main-nav li a{
    padding-left:5px!important;
    }}

    Best regards,
    Jordan Shannon

    #864231

    Hey Shannon,
    Thank you, very much.
    Best regards,
    Ivo

    #864360

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘space between nav text’ is closed to new replies.