我是一个业余WP开发人员,为我的妻子建立了一个网站:)我使用氦主题,该网站是RTL方向的。我有一个右边的酒吧。
通过从文本更改主页内容进行一些更改后到SiteOrigin窗口小部件按钮,定义在“shrotcodes窗口小部件”顶部,侧栏开始flickering 滚动页面时:An example clip
这是新的主页内容:
[do_widget id=sow-button-10]
[wonderplugin_cond deviceinclude="Mobile"]
אל המאמרים שלי בשבילכם - גוללו מטה!
[/wonderplugin_cond]
[do_widget id=sow-button-11]
[do_widget id=sow-button-12]
[do_widget id=sow-button-13]
[do_widget id=sow-button-14]
[do_widget id=sow-button-15]
[do_widget id=sow-button-16]
这是定制的css:
body {background-color: white;}
.site_ttl{
color: #3264ff;
font-family: "David";
}
h1.entry-title{
font-size:48px;
color: #3264ff;
margin-left: auto;
margin-right: auto;
}
#toggle_nav{
font-size:14px;
color:white;
text-align: center;
text-decoration: underline;
}
@media only screen and (min-width: 600px) {
#primary.content-area {
width: calc(100% - 400px);
float: left;
margin-bottom: 0px
}
}
@media only screen and (max-width: 600px) {
#primary.content-area {
width: calc(100% - 100px);
float: left;
margin-bottom: 0px
}
}
.sidebar.clearfix.floating {
right: 0;
left: initial;
margin-left: 0;
}
/*-------------------*/
/*-------------------*/
/*To adjust the sidebar widget spacing*/
.sidebar .widget {
margin-bottom: 0px;
}
/*-------------------*/
/*-------------------*/
/*To adjust the the h\' titles spacing*/
h1 { margin-bottom: 0px; }
h2 { margin-bottom: 0px; }
h3 { margin-bottom: 0px; }
h4 { margin-bottom: 0px; }
h4 { margin-top: 0px; }
ul {margin-top: 0px}
ul {margin-bottom: 0px}
/*-------------------*/
/*hide triple line menu symbol*/
#main-menu{
visibility: hidden
}
请告知:)
谢谢