• How do I ‘fix’ the height? I don’t know if it’s the theme or the plug-in, but every time a quote rotates, the area the widget is in ‘shrinks’, then expands again as the new quote fades in.

Viewing 1 replies (of 1 total)
  • Make sure your CSS has the same heights as below:

    #quotearea {
    	height: 150px;
    }
    
    #quoterotator {
    	height: 150px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Fix height?’ is closed to new replies.