Viewing 1 replies (of 1 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hello there,
    not possible.
    You can move it on the top of the page using this code:

    p.woocommerce-store-notice.demo_store {
        top: 0;
        bottom: auto;
    }

    but this will make it appear as overlay on the whole page.
    To achieve the best result you should also add a custom JS code to add a calculated top margin or padding to cover the area needed by the store notice and avoid it from cover page elements.

    In your particular case I suggest you to use the built in Topbar functionality of Proteo. It will suits your needs.

    OR, in case you need it to be below the header and just on top of the page content… you can consider disable page title and page top margin and then add a full-width block matching your design as first element of your page.

    • This reply was modified 4 years, 6 months ago by Francesco Grasso. Reason: code formatting
Viewing 1 replies (of 1 total)

The topic ‘Store Notice’ is closed to new replies.