Notifications
Clear all

[Solved] Problem Adding Logo Using Ads Manager Add-on

7 Posts
2 Users
0 Likes
435 Views
Posts: 10
Topic starter
(@ediko)
Eminent Member
Joined: 3 years ago

Hello Admin,

I tried to add a logo to the top using Add manager add-on but the problem I have it that there's no option to align the image to the left. I tried modifying the CSS code via inspect elements but there's no option for that.

See attached image

Thanks

Forum Link: https://thecradlelife.com

Main logo issue

 

 

 

6 Replies
Kyle
Posts: 728
 Kyle
Admin
(@kylew)
Prominent Member
Joined: 3 years ago

Hi @ediko,

I saw that you have fixed the issue.

If you have any other question, just let me know.

5 Replies
(@ediko)
Joined: 3 years ago

Eminent Member
Posts: 10

@kylew please I think you mistake this post for the former thread.

I have not fixed the issue. My question is how to align that image left. There's no option to do that even using inspect element

Kyle
 Kyle
Admin
(@kylew)
Joined: 3 years ago

Prominent Member
Posts: 728

@ediko,

The IMG is on the left side of the screen.

img
(@ediko)
Joined: 3 years ago

Eminent Member
Posts: 10

@kylew I don't know how you got this but the logo still displays in the centre.

See attached images from 3 different browser Firefox, Chrome and Opera to confirm

Logo Display in Chrome Browser
Logo Display in Firefox Browser
Logo View in Opera Browser

 

Kyle
 Kyle
Admin
(@kylew)
Joined: 3 years ago

Prominent Member
Posts: 728

@ediko,

Try this:

#page #wpforo #wpforo-wrap .wpforo-ad.wpf-ad-top {
    display: inline-block;
    margin-left: -1px;
    margin-top: 0px;
}
(@ediko)
Joined: 3 years ago

Eminent Member
Posts: 10

@kylew Thanks it worked.

Share:
Scroll to top