Widget height

Support Area Forums Epic Widget height

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #10208
    Charles Smith
    Participant

    Bill,
    Basic question… How to you normalize the widget heights? Look at the demo… How do you make Podcast and the Welcome widget the same height? Just curious or am I being too much of a perfectionist?

    #10212
    Bill Robbins
    Moderator

    Unless they are all the same height, I would use the widget id (you can find that by viewing the source of your page) and set the height from that. In the demo, this would set the height of the text widget and the last podcast widget:

    
    #text-2,
    #last-podcast-2 {
    	height: 305px;
    }
    

    If you do want all the home page widgets the same height, you could use this CSS:

    
    aside.home-lower .widget {
    	height: 320px;
    }
    

    Hope that helps out,
    Bill

    #10213
    Charles Smith
    Participant

    Sweet…. perfect…

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Widget height’ is closed to new replies.