Shop Categories

X

Top Navigation

Home Forums Agama Pro Top Navigation

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29698
    Ines Martin
    Participant

    Hello!

    I am using your navigation version 3 with an extra top navigation bar.

    Unfortunately, I cannot see this bar on the iPad and iPhone version?

    Ines

    #29708
    yuniz
    Spectator

    Hi Martin,

    To show the top bar in mobile devices or tablets you have to add this below custom css to Customizing ▸ General
    Additional CSS:

    @media screen and (max-width: 992px){
    #top-bar #top-bar-wrap {
    display: block!important;
    }}

    It will show up the bar. Thanks!

    Regards

    #29730
    Ines Martin
    Participant

    Thank you… that worked like a charm!

    Ines

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