Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!
    -CT

    #562011

    Here’s the URL to our testing site: wootesting [dot] yourfilternow [dot] com

    #562014

    Hi!

    try this code in Quick CSS field:

    .container.av-logo-container {
    top: 32px;
    margin-bottom: 25px;
    }
    

    Cheers!
    Andy

    #562015

    Hey!

    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!
    Yigit

    #562045

    I 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;
    }

    #562049

    Hey!

    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,
    Yigit

    #585543

    We 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 ;)
    #586587

    Hey!

    Please enable it back so that we can see the issue. Or post the login details here.

    Cheers!
    Ismael

    #597692

    We 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.

    #599083
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘WooCommerce Site Wide Notice (covering up header area)’ is closed to new replies.