gpt4 book ai didi

jquery - 我怎样才能使我的左侧社交侧边栏与帖子正文相邻?

转载 作者:太空宇宙 更新时间:2023-11-04 14:17:30 25 4
gpt4 key购买 nike

我想将左侧边栏保留在左侧的帖子主体旁边,没有任何空间。我想让它像这个网站链接:http://digital-photography-school.com/10-signs-might-photo-geek .

我试了好久,还是不行。它在我的屏幕和许多屏幕上运行良好,但在大屏幕(屏幕尺寸如 24 英寸)中出现问题。因此,如果有人可以帮助我,那对我来说非常好。

我正在使用这个 wordpress 插件:https://www.po.st/get-it .这是我的站点链接,您可以在其中检查问题:http://site4preview.site90.net/wordpress/title-for-post-1-will-go-here-2/ .谢谢。

我已经给出了我在插件中额外使用的代码:

.pw-float-left{
background:#ffffff;
padding:10px;
top:195px !important;
left:0 !important;
z-index:99;
margin-top:0 !important;
}

@media only screen and (min-width:1300px){ // Making problem in larger screens than this */
.pw-float-left{
left:7% !important;
}
}

最佳答案

就像 user574632 说的:

place it within your page container and give it a negative left value

如果您只能更改 CSS,请添加:

.pw-float-left{
background: none;
margin-left: 50%;
padding: none;
top:195px !important;
z-index:99;
margin-top:0 !important;
}

.pw-widget {
width: 60px;
margin-left: -600px; //change this to move left/right
background-color: #FFF;
padding: 12px;
}

移除 min-width 1300px 媒体查询

关于jquery - 我怎样才能使我的左侧社交侧边栏与帖子正文相邻?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20216226/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com