Also, id there a way with my theme to have the banner sit above my site and push everything down if that makes sense?, right now i have to use custom css to push my menu down so it doesn’t block the banner.
Better yet how about sitting under my menu and then scroll up and away…is that possible?
-
This reply was modified 5 years, 11 months ago by
zwalton.
Hi @zwalton I’m not seeing that issue with the mobile not being clickable. But it may be fixed by the second issue. The easier solution for the banner with your site would be for it to sit on top of the header and scroll away. To do this, set the banner position to relative, and then remove your current CSS altering the position of your header and replace it with:
.header {
position: relative;
}
http://abhyastrust.org/abhyas/
please check mobile links not working desktop is working fine what is the issue
Wordpress PenNews – Version 6.5.7 using. Kamal
Which links are you talking about? I don’t see the banner active on your site.