Script in widget formatting bug

Support Area Forums Agency Script in widget formatting bug

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://new.segalfamilyfoundation.org
  • Author
    Posts
  • #24125
    Jesper Frant
    Participant

    Hey Bill,

    I want to embed a Twitter widget on the homepage, but the embed code loads after the CSS and messes up the formatting. Any ideas on how to fix this?

    Thanks,
    Jesper

    #24144
    Bill Robbins
    Moderator

    Hey Jesper,

    One way to keep that from happening is to set the height of the widget via CSS so that the masonry script knows how big of a space to leave for it as it sets the layout. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      
      #text-6 {
      	min-height: 300px;
      }
      
    3. Update your settings.

    Let me know if you have questions,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Script in widget formatting bug’ is closed to new replies.