gap between featured image and title

Posted in: Newspaper
Post count: 23

How to remove gap between featured image and title, i tried few answers from this form. Those solutions are not working for me.

Post count: 6600

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

Post count: 23

I have to use this css in theme panel?

Post count: 23
Post count: 6600

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

Post count: 23

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

Post count: 23

Hi waiting for reply.

Regards

Post count: 388

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.

Post count: 23

thank you.

i didn’t know they work 5 days a week.

regards

Post count: 23

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

Post count: 388

Welcome!

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