如何在移动中调整wordpress网站的背景图像

时间:2016-02-05 00:39:33

标签: wordpress css3 media-queries

我正在使用来自tyler.com的Tesseract主题,我正在使用可视化编辑器来设置填充背景图像。桌面上的背景图像看起来不错,但移动设备似乎不适合使用。 http://kingsmanarms.us是该网站。我应该使用类和媒体查询来定位不同的设备吗?我读了一些关于-webkit的内容。请帮忙

1 个答案:

答案 0 :(得分:0)

在这种情况下你应该进行媒体查询,你的背景附件应该修复,尝试这个,在你的手机中,后台将很好看:)因为你的div设置为静态我们应该使用'!important'这个

{assign var="ac_firstname" value=$customer.user_id|fn_get_ac_firstname}
{assign var="ac_lastname" value=$customer.user_id|fn_get_ac_lastname}

{if !empty($ac_firstname) || !empty($ac_firstname)}
    <script type="text/javascript">

        $(document).ready(function(){

            $('#off_user_{$customer.user_id}_1').parent().text('{$ac_firstname} {$ac_lastname}');

        });

    </script>
{/if}