Hmmm, so it's only a 160x600 ad? That should have fit perfectly fine the way you had it the first time.
If you just place some text inside the <aside> and remove the ad code does it lay out correctly? What happens if you put the ad embed code in the content div? I wouldn't expect the embed code to be doing something weird that would affect the layout. To try to debug it you might need to use Firefox + Firebug or the Web Inspector in Chrome. You should be able to inspect the sidebar element and all the elements inside it, and see if any of them are too wide. Perhaps for some reason there is some padding or margin getting applied that shouldn't be. cheers, Justin On Sat, Feb 23, 2013 at 11:59 AM, Marco van den Oever < [email protected]> wrote: > Hi thanks, I indeed knew about the grid layout but i still run into a > problem, i have: > > <div class="grid_7 content"> > <skin:view typename="#stobj.typename#" objectid= > "#stobj.objectid#" webskin="displayBody" /> > </div> > <div class="grid_5 sidebar"> > <aside> > <div style="width:160px; background-color:##CCCCCC > "> > <script type="text/javascript"><!-- > > google_ad_client = "xxx"; > > /* 160x600, gemaakt 16-12-08 */ > > google_ad_slot = "xxx"; > > google_ad_width = 160; > > google_ad_height = 600; > > //--> > > </script> > > <script type="text/javascript" > > src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> > > </script> > > > and still see the ads left below the main content, under my main content > is a disqus comment box, is it possible that is interfering with the layout? > > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
