StyledThemes

woocommerce store notice header wrapper css

Home Forums WordPress Themes – Premium Pure & Simple woocommerce store notice header wrapper css

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #40006
    Theodore Snyder
    Participant

    I’m trying to add a woocommerce store notice but it covers the header in Pure and Simple.

    What css do I use to call the header wrapper? This is what I’m using based upon woocommerce, I just can’t figure out the right code to lower the header in the theme.

    p.demo_store #header-wrapper {
    margin-top: 100px;
    }

    Thank you!

    #40048
    Sushil Adhikari
    Moderator

    Hi Theodore Snyder

    Could you please send us your site URL so we can provide you a exact solution.

    We Look forward for your response.

    Thanks

    #40072
    Theodore Snyder
    Participant
    #40179
    Theodore Snyder
    Participant

    Looking forward to your reply.

    I know part of the code is right, as I’ve been able to get the banner to show up and move – I just don’t know how to call the #header-wrapper in Pure & Simple so it can be lowered down to make space for the banner.

    #40223
    Bidur
    Moderator

    Hi Snyder,

    To put margin in header please use following code.

    .header-box {
    margin-top: 100px;
    }

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.