How to fix distances between Share and SIMILAR ARTICLES

Posted in: Newspaper
Post count: 12
Post count: 12

Why no one answers?

Post count: 555

I think there is a holiday in romania today,and this is why the staff not doing support also they don’t work on weekends..

Post count: 6600

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

Post count: 12

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

Post count: 6600

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

Post count: 12

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

Post count: 6600

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

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.