How to fix distances between Share and SIMILAR ARTICLES
http://www.screencast.com/users/quyetthang/folders/Default/media/6527c940-f4f3-4c86-847a-5f16cff34073
Hi,
Thanks Steven!
Sorry for the delay!
Please use this css and adjust the padding an margin values as you like: http://screencast.com/t/uuJSuQfX2S
.post footer {
margin-top: 0px;
}
.post p {
margin-bottom: 10px;
}
.post {
position: relative;
padding-bottom: 10px;
}
Thanks
1.How to fix distances margin-bottom of similar articles.
2. How to set 3 posts of Similar Articles.
http://www.screencast.com/users/kevinpro/folders/Default/media/f5660457-4d03-49d7-9541-b1c21e4050d3
Hi,
1. Use custom css like this: http://screencast.com/t/BlQ85pVAYJ
.similar-articles {
padding-bottom: 0px !important;
}
.similar-articles .td_mod_wrap {
margin-bottom: 0px !important;
}
2. You can’t set 3 posts like you have in your screenshot only if you don’t use a sidebar for your page and in that case the similar articles will appear like this: http://screencast.com/t/jUJ8sPzUWng
Thanks
Hi!
I creat “LATEST ARTICLES” before the post = pages with block 3. How to change font size of ” Latest Aricles”. You see picture.
http://www.screencast.com/users/kevinpro/folders/Default/media/0b9eeabe-6b6a-4a12-b984-bcd80373acff
Hi,
Use this css and set the font size as you like: http://screencast.com/t/iyyFsrFgC0Y1
.td-post-content .span12 .td_block3 .entry-title a {
font-size: 10px
}
Thanks