垂直中心标题 - 甲壳虫HTML5模板

时间:2015-02-13 12:37:55

标签: javascript css html5 center

我将使用Beetle HTML5 Template。 在浏览器中下载和查看后看起来不错,但当我切换到Chrome移动视图时,标题不会在视图中居中。

原文http://themes.mokaine.com/beetle-html/home-01.html

original

这里是下载的版本:

enter image description here

这里是标题中心的JS部分:

pxImgCaption.each(function () {

                var $this = $(this);

                $this.css({
                    top: ((pxWrapper.height() + headerHeight / 2) - $this.outerHeight()) / 2
                });

            });

这里是完整的JS文件: http://themes.mokaine.com/beetle-html/js/beetle.js

1 个答案:

答案 0 :(得分:0)

如果您使用Chrome Inspector检查beetle wordpress,您会发现他们正在添加