Okay
  Public Ticket #1261982
Border issue after refresh.
Closed

Comments

  •  2
    even-mind started the conversation

    Hi, there is a little issue with your template in bordered layout, after refresh. To reproduce it go to: https://demo.kaliumtheme.com/agency/services-2/ Scroll down to the footer, refresh the page and you will see that there is no more top border. The top border appears only when you have scrolled to the top. 

    It’s very troublesome when you have a fixed navbar, so the content is displayed above the navbar like on screenshot.

    Any workaround for this? Thank you in advance.

  • [deleted] replied

    Hi even-mind

    I just visited your demo site https://dev.even-mind.com/emwp1/portfolio/ , and our link in demo.

    Well i will ask developers and creative team if they consider this as bug, or is made like that.

  •  2
    even-mind replied

    I am pretty sure that it is a bug because it doesn't happen on safari but only on firefox & chrome.

    Let me know

  • [deleted] replied

    Hi even-mind

    I have deliver to dev team your fix and we will only deliver on the future as update

    We will set ticket closed from here.

  •  2
    even-mind replied

    Thank you.

  • [deleted] replied

    Thank you for helping us to be better.

    We will set ticket closed from here.

  •  2
    even-mind replied

    Hi, unfortunately I have the same issue on v2.1.2 ...

    I hope it will be fixed soon !

  • [deleted] replied

    Hi,

    After adding the following CSS:

    .page-border {
    position: fixed;
    z-index: 999999;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    }

    The issue was fixed. The fix will be added in future updates as well. You can now add it in Custom CSS to fix the problem on your side.