I recently integrated a plugin on my website to add a shop section (). However, I noticed that it causes my header to shift downwards only on that particular page.
Upon receiving some advice, it seems that the issue might be related to the following code snippet added by the plugin:
<svg xmlns="http://www.w3.org/2000/svg" display="none">
Instead, it should use the following code snippet in order to resolve the problem:
<svg xmlns="http://www.w3.org/2000/svg" style=" display: none;">
Despite examining the CSS provided by the plugin, I couldn't find where the previous text is present in order to make the necessary adjustments. How can I rectify this issue within Wordpress? Would adding custom CSS help?
Thank you.
You can view the plugin CSS here: https://drive.google.com/file/d/15_qf546KF0RCKRTJKJSpH9NE9VqnLIo8/view?usp=drivesdk