NOTICE BLOCK - on/off doesn't work

Home Forums Jevelin Theme NOTICE BLOCK – on/off doesn't work

Home Forums Jevelin Theme NOTICE BLOCK – on/off doesn't work

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • FlashFiles
    Participant

    (guys…You still have access to the website)

     

    WP: 4.7

     

    2 things

     

    1)  No matter if the Notice is on or off the style is set to “display: none;”:

    .sh-page-notice {
    width: 100%;
    background-color: #383838;
    color: #e2e1e1;
    padding: 20px 0;
    display: none;
    }

      

    2) Also there is a margin at the very top of the page and don’t know where it’s coming from

    html {
    margin-top: 32px !important;
    }

    Shufflehound
    Moderator

    Hi there,

     

    1. This should be fixed in our latest beta version, please test it and let us know if the issue is fixed. 


      Please login to access this file

    2. This comes from our helpers.php file and it is meant to add space for WordPress admin toolbar.

     

    Best regards,

    Shufflehound team

    FlashFiles
    Participant

    Cool, fixed!

    Thank You!

    Shufflehound
    Moderator

    You’re welcome.

Viewing 4 posts - 1 through 4 (of 4 total)