Hi,
Use this css:
.post header {
position: relative;
margin-bottom: 0px !important;
top: 0px !important;
}
.post header .entry-title {
margin-bottom: 0px !important;
}
Please let me know if this dose not work and also provide a link to your site so I can inspect this.
Thanks
Hi,
Yes, add the custom css from below in theme panel > custom css like this: http://screencast.com/t/UdPawmspG
.post header {
position: relative;
margin-bottom: 0px !important;
top: -10px !important;
}
.post header .entry-title {
margin-bottom: 0px !important;
}
I have tested this on your site, should work like this: http://screencast.com/t/7YvcNbozv2
Change the value if you don’t like it like this.
Thanks
Hi
http://www.screencast.com/users/junaid202/folders/Default/media/b48517ec-c9e0-4e43-94bc-82e0ff9249d4
Please check image. I want to reduce/remove gap in between all posts. Also i want to place ads on indicated places.
Regards
The team doesn’t work on weekends.
Some of the gaps would be resolved via this CSS:
.td_block_big_grid {
padding-bottom: 0px !important;
}
.wpb_row {
margin-bottom: 0px;
}
Adjust px as desired.
The horizontal gaps are harder to remove because they’re part of the entire grid layout. I would recommend not bothering, but if you really have to, you could play with these values…
.td_block3 {
margin-left: 20px;
}
.td_block3 .span4 {
margin-left: 0px !important;
margin-right: 0px !important;
}
Use .home .td_block3 and .home .td_block3 .span4 if you only want these to affect the homepage.
TagDiv support can probably help you with the ads; I can’t.
As you said i tried the vertical css. Its super fine for me. Thank you once again.
you can check my websites http://www.beansfry.com.
Thank you