Jump to content

[SOLVED] Space behind module


Recommended Posts

thank you so much

i checked it and i've got one question.

how you added this feature?

 

this is code for this like block:

<div style="display:block; clear:both; border:1px solid #000000; ">
<iframe src="//www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/iron.lt.maisto.papildai&width=191&height=70&colorscheme=light&show_faces=0&show_border=false&stream=0&header=0&appId=112465995526913" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:191px; height:70px;" allowtransparency="true"></iframe>
</div>

all what you have to do is to add margin-bottom:20px; to:

<div style="display:block; clear:both; border:1px solid #000000; margin-bottom:20px;">

 

your code should looks like:

<div style="display:block; clear:both; border:1px solid #000000; margin-bottom:20px;">
<iframe src="//www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/iron.lt.maisto.papildai&width=191&height=70&colorscheme=light&show_faces=0&show_border=false&stream=0&header=0&appId=112465995526913" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:191px; height:70px;" allowtransparency="true"></iframe>
</div>
Link to comment
Share on other sites

×
×
  • Create New...