John Yakubik
asked 8 years ago

I am having a problem where the blockquote is overlapping my Google Adsense ad that is inline with my content. My ad plugin rotates this into various positions (inside post top left, inside post top right, inside post (after 1st paragraph left),inside post (after 1st paragraph center), inside post (after 1st paragraph right) etc..). I need to make sure that the blockquote wraps and doesn’t overlap the ad content I have placed in these spaces.

 
 

![Blockquote Ovelapping My Google Ad](http://alphamarketingcorp.com/modernlensmagazine/wp-content/uploads/2016/05/Blockquote-Screen-Shot-2016-05-03-at-12.20.29-PM.jpg)

 
 

http://alphamarketingcorp.com/modernlensmagazine/3-simple-ways-avoid-blurry-hand-held-photos/2/

Couldn’t find a fix in forum. Please advise. Thanks in advance- John

1 Answers
DominicStaff
answered 8 years ago

You can add the following code to the style.css file to fix for all the blogquote:

blockquote {

 margin-top: 100px;

}

Or you can edit post and add the following code to the blogquote section(In the Text frame).
<blockquote style="margin-top: 100px;">Your Content <blockquote>
Hope this helps!

Powered by DW Question & Answer Pro