Ads on this page (Fixture Info) are not displayed at same position as this (Home Page). Both have the ads placed in <div class="right-ad">, and use the same style rules.
Any idea how to fix this & display ads on Fixture Info in same position as Home Page?
You should add more detail in your question and not really expect people to go to your site and analyse your code.
Never-the-less..
Check your code and you will notice that on your Home Page the
<div class="right-ad">‘s parent is<div class="main">. Whereas on Fixture Info the<div class="right-ad">‘s parent is<div class="container">.I would assume that this is the cause of your problem. Go over your code and you’ll probably find that on the Fixture Info page, putting the ad’s
<div>in the<div class="main">will solve it.I.E:
Your Home Page:
Your Fixtures Page: