Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097189
    bmiles2725
    Participant

    My site is displaying differently in Chrome, Firefox, and Safari. It looks correct when viewed in Chrome, but there are formatting issues in the other two browsers. I’m having trouble making it look the same across the 3 browsers.

    #1097191
    bmiles2725
    Participant
    This reply has been marked as private.
    #1097226
    Rupok
    Member

    Hi there,

    Thanks for writing in with screenshot. I have checked with all three browsers and found the issue. It seems you have set negative margin for the section 3 that’s causing the issue. It’s not a good practice to fix something with negative margin. Let’s try another approach that could be accepted by all browsers.

    Hope this makes sense.

    #1097286
    bmiles2725
    Participant

    Yes that makes sense, but I don’t know how to make the 2nd section smaller so the 3rd touches it without using negative margins. The columns my items are in are larger than the elements inside, so I can’t get anything close to it. They have an invisible border around them. Any suggestions?

    #1097772
    Friech
    Moderator

    Hi There,

    Set the negative margin you apply on the 3rd section (where the black line is) to 0, and the negative margin you applied on the section 1’s row as well.

    Then add the inline CSS below on the STYLE field of the section 1’s row.

    max-height: 200px; overflow-y: hidden;

    Hope it helps, Cheers!

    #1097980
    bmiles2725
    Participant

    Thanks!

    #1098004
    Nico
    Moderator

    Feel free to ask us again.

    Thanks.

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