Blogger Tips and Tricks

岁酱吖の 提交于 2019-11-26 16:23:32

Here are some collections for bloggers from my pas blogger experience:

1. Adjust Right Sidebar margin width

Sometimes, the space between main body posts section and right side bar is too wide. You may want to change it from 40px to 10 px. Here is the code I found from here:

#sidebar-right-1{
position
: relative;
left
: 40px !important;
}

Add the code to Blogger Them Designer – Advanced – Add CSS section as show below.

2. Add youtube Playlist into blogger

2.1 Generate html code from your youtube playlist

2.2 Add html code into your Blogger layout
It is best to put code between <center> and </center> to get better center location in your page.

<center><iframe width=”560″ height=”315″ src=”https://www.youtube.com/embed/videoseries?list=PLg7bL1bMpwPXUwb-BsLKolf42uWa0_nfY” frameborder=”0″ allowfullscreen></iframe></center>

References:

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!