Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1123124
    justincourage
    Participant

    For some reason I’m seeing completely different margins for Chrome and Safari. The margin gap I’m seeing is only happening near the bottom of the page between my subscribe form and fb comments. Do you know what could be causing this?

    Here is the link:
    http://www.carakuulei.com/snapchat-filters-instagram-stories/

    Thanks. I attached the photos for you to see the difference.

    #1123312
    Rupok
    Member

    Hi there,

    Thanks for writing in! It’s because the modal has the below CSS :

    .cp-modal-inline .cp-modal.cp-modal-window-size {
      min-height: auto !important;
    }

    But Safari can’t read min-height: auto; as it needs real value. You can add this under Custom > CSS in the Customizer.

    .cp-modal-inline .cp-modal.cp-modal-window-size {
      min-height: 1px !important;
    }

    Hope this helps.

    #1124280
    justincourage
    Participant

    Perfect! That worked great!

    Also, another problem is when I scroll up in Safari the background color becomes transparent sometimes for certain sections/rows instead of white. Is it doesn’t constantly happen, but it seems super glitchy. There’s gotta be something wrong. Do you know how I fix this? I attached an example.

    #1124491
    Jade
    Moderator

    Hi Justin,

    I can’t seem to replicate the issue you are describing. Is there a chance that you could provide a screencast so that we could have an idea about the issue?

    Thank you.

  • <script> jQuery(function($){ $("#no-reply-1123124 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>