• Resolved tylerstannard

    (@tylerstannard)


    Hi,

    I love the plugin, however in the mobile view it covers up my logo and menu. Also the top bar content is shifted down. Any ideas on how to fix? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Contributor duynguyen

    (@duynguyen)

    Hi @tylerstannard,

    Thanks for using my plugin. I’ve updated responsive for the top bar in next version 1.0.4. However, you can add the code below into your theme:

    
    @media only screen and (max-width: 480px) {
      .wpnt-topbar-box {
        height: auto!important;
      }
      .wpnt-text {
        font-size: 11px!important;
        padding: 0 10px!important;
        margin: 0!important;
        line-height: normal!important;
      }
      .wpnt-button {
        font-size: 10px!important;
        padding: 5px!important;
      }
      .wpnt-btn {
        font-size: 11px!important;
      }
      .close-icon {
        display: none!important;
      }
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile View??’ is closed to new replies.