• Resolved mmconti

    (@mmconti)


    I am trying to figure out how to either wrap or extend the facebook page widget which appears in the side bar. The name is too long and it gets cut off on the right side. Any suggestions on where to increase the width of the sidebar? Poking around has yet to show any results.

    http://www.pinnaclephysicaltherapyboulder.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Kurt

    (@highfxmedia)

    mmconti:

    Add this to your CSS:

    .fb-social-plugin span, .fb-social-plugin iframe {
        max-width: 200px !important;
    }

    Thread Starter mmconti

    (@mmconti)

    Here is what I did at the end of the CSS script but not noticing any change on the index page. Did I miss something?

    }
    	.home .sticky {
    		border: none;
    	}
           .fb-social-plugin span, .fb-social-plugin iframe {
                   max-width: 200px !important;
            }
    Thread Starter mmconti

    (@mmconti)

    Moved the code to the proper place:

    /* =Widget Areas
    -------------------------------------------------------------- */

    And it works!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Facebook widget title cut by side bar’ is closed to new replies.