CSS Help, pulling my hair out!!!

Home Forums Calendar Products Events Calendar PRO CSS Help, pulling my hair out!!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #673671
    finleydesign
    Participant

    Any CSS experts want to tell me why the following page lists 3, then 2, then 3 , then 1 then 3 etc http://www.rockbakehouse.co.uk/london-cake-classes/

    I can not see what I am doing wrong

    #673937
    Brian
    Member

    Neil,

    Sorry your having some frustration here, let me see what I can do so you don’t pull out any more hair.

    It looks like the issue is the floated div’s height and some are longer then others and when that happens a div will not float all the way to the left.

    If you add this to you css it sets everything to the same height and will show 3 per line then. You may have to play around with it to get it exactly how you want it.

    #tribe-events-photo-events .vevent.tribe-events-photo-event {
        height: 480px;
    }
    

    Also, you may have to add more selectors to the beginning to get it to take such as: #tribe-events-content-wrapper.

    Let us know if that helps or you have any other questions.

    Cheers!

    #674011
    finleydesign
    Participant

    Perfect, many thanks

    #675179
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS Help, pulling my hair out!!!’ is closed to new replies.