Google Maps Issue
Budget: $30 – $250 USD
Google Logo is not appearing on my website TheMenuPage.com and I need this corrected. I have a limited timeline. They have sent me the CSS code where the problem is.
This is what they wrote
Looking in the developer tools on the page, I can see that there is the following CSS rule:
* {
margin: 0px;
padding: 0px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
When I remove "position: relative;" from the above CSS rule, the Attribution shows on the map as expected. You may try removing this from your code to resolve this issue.
This is what they wrote
Looking in the developer tools on the page, I can see that there is the following CSS rule:
* {
margin: 0px;
padding: 0px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
When I remove "position: relative;" from the above CSS rule, the Attribution shows on the map as expected. You may try removing this from your code to resolve this issue.