Domasv13 Posted October 27, 2013 Share Posted October 27, 2013 (edited) Hi guys , i need to add more space behing module end. Anyone know the way to do it ? Thanks Edited October 28, 2013 by Domasv13 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 27, 2013 Share Posted October 27, 2013 in this case you have to add margin-bottom:20px; param to your block. Link to comment Share on other sites More sharing options...
Domasv13 Posted October 27, 2013 Author Share Posted October 27, 2013 in this case you have to add margin-bottom:20px; param to your block. Maybe can help how to do that ? Link to comment Share on other sites More sharing options...
vekia Posted October 27, 2013 Share Posted October 27, 2013 sure i can help but in this case i will need an access to your store front-office so please share url, then i will check it anf suggest you code Link to comment Share on other sites More sharing options...
Domasv13 Posted October 27, 2013 Author Share Posted October 27, 2013 (edited) sure i can help but in this case i will need an access to your store front-office so please share url, then i will check it anf suggest you code Iron(dot)lt thanks mate Edited October 27, 2013 by Domasv13 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 27, 2013 Share Posted October 27, 2013 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 More sharing options...
Domasv13 Posted October 28, 2013 Author Share Posted October 28, 2013 Thanks , looks great Link to comment Share on other sites More sharing options...
vekia Posted October 28, 2013 Share Posted October 28, 2013 thank you for confirmation that it works. Now i can mark this topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts