How do I remove the white outline?
-
How do I remove the white outline?
Attachments:
You must be
logged in to view attached files.
Hello,
Please move the site to the staging site then I will be able to check your site issue and let you know the possible solution. Without debugging, I am not able to give you the proper solution.
Best Regards.
**I didn’t understand. Could you explain better? Are you talking about my website that was under maintenance?** 😊
Hello,
Yes, I am talking about your site on which you are facing the issue.
Please share the site WP Admin URL and Credentials along with the page URL having issue under the private content area of this topic, so that I can check and assist you accordingly.
Best Regards,
Hello,
The spaces are because of the default margin and paddings. Please use this Custom CSS code in Theme Settings >> Custom CSS >> Global Custom CSS, and it should resolve your issue.
li.remove-spacing .wd-dropdown-menu .container.wd-entry-content {
margin: 0 !important;
padding: 0 !important;
max-width: 100% !important;
}
Best Regards,