I have a page with two divs \"list_events\" and \"right_content\" one next to each other. When I resize the window \"right_content\" moves down \"list_events\" but i dont want t
You can put this divs inside parent div with fixed width/height for that div, or you can determine a percentage width/height for each two divs.