Okay
  Public Ticket #1757094
Store notice cover header and not align center
Closed

Comments

  •  2
    JC2016 started the conversation

    Hi, Good day to you. It seems like after the update to the Aurum theme, the storefront had shift position to the bottom. I manage to shift it to the top position however it had blocked the header. Hope you can assist to "push" down the header. Also the store front notice needs to align center.

    Many thanks in advance.

  • [deleted] replied

    Hi there,

    For the moment I can't see the WooCommerce notice in your site. 

    We made the notice in the bottom because that is the default layout that WooCommerce offers, and we wanted to show the same behavior for our clients too without modifying the WooCommerce files.

    Thanks!

  •  2
    JC2016 replied

    Hi Ylli,

    I had hide the store notice as it is at the bottom screen. How can I make it to the top screen? with the header below it. Many thanks in advance.

  • [deleted] replied

    Hi JC2016,

    That is the default theme behavior. This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though if i can.

    Please activate the notice so I can check it for you or send me your Wordpress credentials so I can activate it.

    Thanks!

  •   JC2016 replied privately
  • [deleted] replied

    Hi,

    Your provided Wordpress credentials are not working for me. Please test them and send me new ones.

    Thanks!

  •   JC2016 replied privately
  • [deleted] replied

    Hi there,

    Your credentials are not working.


    (view on a new page)

    Please test them in a private browser before sending them to me and you will not lose my time and yours too.

    Thanks for your understanding.

  •   JC2016 replied privately
  • [deleted] replied

    Hi,

    This is the default behavior that theme offers.


    (view on a new page)

    You have added CSS codes so the behavior is different.

    Anyway, to set that notice to be in the top of the page you can add a CSS code like this:

    header.site-header {
        margin-top: 50px;
    }
    .woocommerce-demo-store .demo_store {
        bottom: auto !important;
        top: 0 !important;
    }

    P.S: This is a customisation request but I wanted to help you this time because i thought that it was not a hard thing to do.

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Codeable. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Have a great weekend!

  •  2
    JC2016 replied

    Many thanks. Appreciate. :)