小屏幕上的导航栏大小会增加

时间:2017-05-29 08:08:52

标签: navbar

我有一个标题,并在导航栏上重叠。我喜欢这样。 但问题是,当我从较小的设备进入现场时,导航栏切换增加了导航栏大小如何解决这个问题。 我的网站 rank.inserver.in/starofdavid

尝试最小化浏览器。

1 个答案:

答案 0 :(得分:0)

因为您的按钮位于导航标题之外,如下所示:

    success: function(html){
        var text = $(html).text();
        //Pulls hidden div that includes "true" in the success response
        var response = text.substr(text.length - 4);

      if(response == "true"){
        $("#message").html('<a href="../login/main_login.php">Log in</a>');
        $('#submit').hide();
      }

将其更改为:

$("#message").html('<a href="../login/main_login.php">Log in</a>');

您还可以使用css媒体查询来设置移动设备或平板电脑视图的样式 Media Query