Problem with social links after adjusting header position

Posted in: Newspaper
Post count: 79

hi

I have adjusted the header position up a little (-24px) in order to have it display my ad correctly, however since doing that the social icons on the menu bar above the header ad no longer work.

http://connecteddigitalworld.com/

can you advise how to fix this please as I would like both the ad and my logo centered as they are now, but with those menu links working.

thanks

Andrew

Post count: 3343

Hi,
Is like that because the AD overlapping the top menu. Please remove that moving header: -24px and add this CSS in Theme panel -> Custom CSS

.td-a-rec-id-header {
    top: 6px;
}
.header-logo-wrap > a {
    display: block;
    height: 100px;
}
.header-logo-wrap {
    margin-top: 0px;
}
Post count: 79

thanks Marius – that’s perfect!

Andrew

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.