MainMoose
Member
Posted 3 months ago #
The sidebar Flickr badge on my website is overflowing the widget space. The border-bottom is hiding behind the first row of photos, instead of appearing at the bottom of the entire Flickr text widget. I'm not sure what's causing this problem. The other widgets have a border, but not this one.
I'm using Firebug and the Twenty Eleven theme. Here's the website: CLICK HERE, PLEASE.
Thank you.
MainMoose
Member
Posted 3 months ago #
Could I please get some help with this? I'm not sure how to fix this problem. Thank you.
MainMoose
Member
Posted 3 months ago #
Hello again ... I'm sorry to post again, but I really can't figure this problem out and need to finish these details on my mother's website. Can someone please help me with this? Thank you.
MainMoose
Member
Posted 3 months ago #
Esmi, are you here somewhere?
My Flickr badge in my sidebar is overflowing the widget border-bottom. You can see the border behind the first row of photos. All that's contained within the widget is CSS and javascript. Why is it doing this?
a simple solution
add following in your css file
.textwidget .flickr_badge {
float: none;
height: 300px;
}
290 px height is enough.
Thanks
MainMoose
Member
Posted 3 months ago #
You are my hero. Thanks so much for taking the time to help me with this. I never would have figured this out by myself.