Link to home
Start Free TrialLog in
Avatar of jonathanduane2010
jonathanduane2010

asked on

changing size of dive on website

Hi,

I am looking to change the size of a div on my site http://piratescove.yourcitybeats.com

but i cant find where to change, i used the inspect element in chrome and i know i have to change the height here


<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FPirates-Cove-Courtown%2F115502805163577&amp;width=292&amp;height=240&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;show_border=false&amp;header=false&amp;appId=161776293965345" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:284px; height:225px;" allowtransparency="true"></iframe>

Open in new window


but i just cant find it anywhere, i have downloaded a copy of my site and searched for it but its not returning any results

i have also checked the style.css
ASKER CERTIFIED SOLUTION
Avatar of apreed
apreed

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jonathanduane2010
jonathanduane2010

ASKER

and that will increase the size of the facebook box?
Avatar of Meir Rivkin
u have lots of JS errors when using.split on lines 136 inside your function animate.
since its running constantly, it produces non stop errors.
look for the following line:
var bp_top = ($(el).css('background-position').split(' ') || ' ')[1];

Open in new window

this expresion: $(el).css('background-position') returns undefined.


}
i searched for style="border:none; overflow:hidden; width:284px; height:225px;" within the folder and it cant find it?