I had a page with the right-side layout like this one:
http://www.comehike.com/hikes/search_hiking_groups.php?redirect=yes&radius=&postal_code=
Where you can see the right side have 2 spots: the yellow buttons and the links below.
What I am trying to do is place a google ad on that page. But the way I am doing it breaks the page. Here is an example how it is messing up the right side css:
http://www.comehike.com/hikes/search_hikes.php?redirect=yes&radius=&postal_code=
What am I doing to mess up the css? And how can I fix it?
Thank you!
Your sidebar has a fixed height, so doesn’t expand to contain the new content:
Remove it.