开发者

PHP widget in Wordpress is not fitting within borders

The Follow&share widget on the left sidebar is an execut开发者_开发百科able php plugin but for some reason it's not fitting within the box. I've used CSS for widget title but just used borders to surround each widget in the style.css sheet. http://2010.pivotcon.com/

Thanks for your help


The <a> links contained inside the widget div are floated, so you need to clear the float before the end of the container inside which you want the links to appear. In this case, it could be solved by placing a <br/> with the clear after the div, you can see it in this screenshot (I marked the added <br/>):

PHP widget in Wordpress is not fitting within borders

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜