Does Enfold have it’s own store side/side wide banner that will displays at the top of all pages?
I’m using WooCommerce and have enabled their Store Wide Notice but testing this shows that it covers some of the Enfold logo, menus etc – see the URL below.
I’m happy to use an Enfold one if there is such a setting – haven’t been able to find it in the theme options so far. Of if there is a way to fix the WooCommerce banner so it doesn’t overlap?
Hey databuzz,
I think you need to set a custom pixel value to your header under Enfold->Header to get that to look nice. You can try the following in Quick CSS to get the notice to stick to the top:
p.demo_store {
margin:0 !important;
}
Best regards,
Rikard
Thanks – that makes a difference but it’s still covering the logo in the top left corner. It it possible to prevent this?