Tagged: ecommerce, header, woocommerce
-
AuthorPosts
-
January 8, 2016 at 3:30 pm #562008
Hi there – great theme
My question pertains to the WooCommerce “Site Wide Notice” as it covers up part of our logo on all device sizes & covers up the menu icon & shop icon on tablet/mobile view.
Here area few examples of what I’m talking about: http://postimg.org/gallery/1qh98fb0a/
We would like the site message to appear on the top of every single page, on every single device & just push down the rest of the header (logo on left side, menu bar on right side, cart button on right side) etc etc.
Thanks for any help you can provide!
-CTJanuary 8, 2016 at 3:31 pm #562011Here’s the URL to our testing site: wootesting [dot] yourfilternow [dot] com
January 8, 2016 at 3:35 pm #562014Hi!
try this code in Quick CSS field:
.container.av-logo-container { top: 32px; margin-bottom: 25px; }
Cheers!
AndyJanuary 8, 2016 at 3:36 pm #562015Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.demo_store { margin-top: 0; } body.woocommerce-demo-store #wrap_all { margin-top: 20px; }
Cheers!
YigitJanuary 8, 2016 at 3:52 pm #562045I currently have the following in the Custom CSS spot but the background of the site wide notice is their default tan color…even though I specified it. Not sure what I’m doing wrong. I’m currently doing this on gross [dot[ yourfilternow [dot] com. Thanks! -CT
p.demo_store {
margin-top: 0 !important;
background-color: #cccccc !important;
color: #004963 !important;
}body.woocommerce-demo-store #wrap_all {
margin-top: 20px !important;
}January 8, 2016 at 3:56 pm #562049Hey!
Please change your code to following one
p.demo_store { margin-top: 0 !important; background: #cccccc !important; color: #004963 !important; } body.woocommerce-demo-store #wrap_all { margin-top: 20px !important; }
Best regards,
YigitFebruary 18, 2016 at 5:56 pm #585543We created an ecommerce site for a client of ours so we are the designers & they are the ones that log in & complete the orders etc. They want us to put up a sitewide message (like I show in the private screenshots attached) but I’m noticing two issues…
1) I don’t want the sitewide message to overlap the logo in the header
2) I don’t want the sitewide message to overlap the WP admin bar at the top of the screen when one of the WP store admins goes to login to the site.
Thanks for any help you can provide!!
-CT- This reply was modified 8 years, 9 months ago by imagemakerswi. Reason: forgot to attach screenshots ;)
February 21, 2016 at 6:48 am #586587Hey!
Please enable it back so that we can see the issue. Or post the login details here.
Cheers!
IsmaelMarch 14, 2016 at 1:21 pm #597692We have just migrated our site to live and are experiencing the Logo covering the menu in the Tablet view. The Mobile/Smartphone view is working fine. Please advise a fix.
March 16, 2016 at 6:29 pm #599083Hi!
@vagator78 – Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/Regards,
Yigit -
AuthorPosts
- The topic ‘WooCommerce Site Wide Notice (covering up header area)’ is closed to new replies.