Notifications
Clear all

Script Problem with my Amazon Ad banner not centering

5 Posts
3 Users
0 Likes
229 Views
Posts: 38
Topic starter
(@brozobob)
Trusted Member
Joined: 4 months ago

Having a problem with my Amazon Ad banner not centering over the forum menu.   and there is no padding as well.  I have other ads that do not have this problem.  This is javascript code that I added from Amazon.  What can I do?  I have the Ad Manager Addon.  It is centered on my iphone.  Any thoughts?

wpForo Version
2.1.7
WordPress Version
6.2.2
4 Replies
Posts: 3653
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @brozobob,

How can we see the ad?It's not above wpForo menu

Reply
Posts: 38
Topic starter
(@brozobob)
Trusted Member
Joined: 4 months ago

It's there now...I took it down for a while, but put it back so you can see.

 

Reply
2 Replies
(@tutrix)
Joined: 3 years ago

Noble Member
Posts: 1081

@brozobob 

I don't see any Amazon ads above the menu, but in the source code I see that you use alignleft

 

Reply
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@brozobob,

Try this Code:

#wpforo #wpforo-wrap .wpforo-ad.wpf-ad-top {
    display: flex !important;
    justify-content: center;
    margin-bottom: 0px;
}
Reply