• Resolved WRoland

    (@wroland)


    Your twitter widget’s cleanly look and functionality are exactly what I’m looking for. The only problem I’m having is that it’s width is limited and actually shrinks my widget box instead of conforming to the constraints I’ve set. For now I’m looking to fill 900px.

    I went into your plugin and changed any width parameters I came across in the twitter file and nothing happened so I changed the values back. Since I’m not a true coder I’m at a loss and need some help. Is there any way to easily to get the results I’m looking for?

    http://wordpress.org/extend/plugins/mtphr-widgets/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Please provide a link for me to check out. Thanks!

    Thread Starter WRoland

    (@wroland)

    After inspecting the elements for a few hours I found that I needed to add

    width: 920px;

    to the widget wrapper in my style sheet

    full code for those who have a similar problem.

    .widget-wrapper {
    	-webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    	background-color: #ffffff;
    	border: 1px solid #e5e5e5;
    	border-radius: 4px;
    	margin: 0 0 20px;
    	padding: 20px;
    	width: 920px;
    }

    thanks for the quick response

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twitter Widget Customization’ is closed to new replies.