Shop Categories

X

Second line on the menu

Home Forums Agama Pro Second line on the menu

Topic Resolution: Resolved
  • This topic has 1 reply, 2 voices, and was last updated 3 years ago by Zex.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26838
    Maddy
    Participant

    Hi!

    I have added another tab on the menu and my search icon went into the second line. Can you help me shrink the menu just on one line, please?

    Thank you!

    Best regards,
    Maddy

    #26840
    Zex
    Moderator

    Hello, Maddy!

    Insert the following codes into Customizing->General->Additional CSS:

    #masthead .agama-primary-nav a{
            font-size: 1.13em!important;
    }
    @media only screen and (max-width: 1200px) {
    #masthead .agama-primary-nav a{
            font-size: 0.88em!important;
     }
    }

    Regards

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