How do i close these gaps

Hi all. I have 2 questions…
1/ I seem to have quite a gap between htags and text take a look at this image I have uploaded or just visit the article here http://actionfiguregeek.com/display-your-action-figure-collection/

2/ I have added an adsense ad that is responsive but its showing as small in the article and should be article width. How do I fix this?

Thanks in advance

bumping this up

Hello @Roona,

Thanks for asking. :slight_smile:

Please don’t bump tickets as it slows down the response time.

  1. The gap is coming because of margin present on the headling element. Please add following CSS under X > Launch > Options > CSS to adjust the spacing:

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {margin-top: 10px;}

.single p {margin-bottom: 10px;}
2. I suggest you to take a look at adsense unit code again as in dev tools I can see that the width of ad unit that’s delivered from Google server is close to 468px https://screencast.com/t/586mjVEhy.

Thanks.

Hi thanks for the reply… I don’t see a CSS option? see below

I have tried adding your CSS in the box shown in the image below but it doesnt change

Hi,

You can try this code instead.

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {margin-top: 10px !important;}

.single p {margin-bottom: 10px !important;}

After adding the code make sure to clear your plugin cache and browser cache.

Thanks

is that where i add it ? global css?

i added the code and it worked thanks
have a great day :wink:

Glad it worked, and you’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.