fakruzaruret I added ads to the top with the Google Ads plugin, but I'm having trouble with its position. I want the position of the ad right in the middle of the desktop, but the ad appears left-justified. I would be glad if anyone who knows what I need to do to fix this helps. Thanks in advance. site: https://erasmusplus.club/tr/
Littlegolden fakruzaruret Add custom css .Flagrow-Ads-under-header ins.adsbygoogle { text-align: center; }
fakruzaruret Littlegolden Now this CSS code does not work. I changed ad snippet. I use fixed adsense unit.
fakruzaruret Littlegolden The ad which is on bottom of page is huge and there is no option on Flagrow Ads. Can I change its dimesions with CSS?
Littlegolden fakruzaruret I tried to adjust it for a while, but in the end I can only use this zoom to make it smaller, but I can't adjust the blank position. .IndexPage .google-auto-placed { transform: scale(0.5); }
Littlegolden fakruzaruret Try this? @media (min-width: 768px){ /* Make sidebar sticky */ .App { overflow-x: visible; } .DiscussionPage-nav { position: sticky; top: 60px; z-index: 1; } .DiscussionPage-nav>ul{ position:relative; } .DiscussionPage .Post { /* Prevent this changes effect the height of the first floor post. */ display: flow-root; } /* Make bottom google ads smaller */ .IndexPage .google-auto-placed { transform: scale(0.5); } }
Littlegolden fakruzaruret If you don’t want to make the bottom ad smaller, just delete this: /* Make bottom google ads smaller */ .IndexPage .google-auto-placed { transform: scale(0.5); }
myartahir Littlegolden how to put adsense ad code in between posts/ discussion or in the posts. Kindly reply me