Overlapping on Div Sections for Safari and Firefox

Home Forums Porto – Responsive HTML5 Template Overlapping on Div Sections for Safari and Firefox

  • This topic has 4 replies, 2 voices, and was last updated 1 month ago by henzeldesign. This post has been viewed 128 times
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10046030
    henzeldesign
    Participant

    Regarding this page:

    https://www.kayerose.com/DEV2025/attorneys.html

    There is overlap of the two classes used for “Law Firm Attorneys” and “Business and Professional Staff” when viewing on Safari and Firefox. It works as expected on Chrome.

    Is there a preferred placement for the second section so that it won’t overlap the section above?

    I placed a spacer div but it doesn’t seem to affect it.
    <!– SAFARI-ONLY SPACER DIV (hidden on other browsers) –>
    <div class=”safari-only py-5″></div>

    Any suggestions?



    Template Version: 12.1.0
    #10046031
    Support
    Keymaster

    Hello, in that case you don’t need to use the “loader”, because it’s not using ajax.

    So change the DIVs with classes:

    FROM:

    <div class="sort-destination-loader sort-destination-loader-showing">

    To:

    <div class="d-block">

    #10046033
    henzeldesign
    Participant

    Great. This removed the overlap, however. the three loading dots appear on the center of the page constantly. Can you look and advise?

    Thanks!


    #10046034
    Support
    Keymaster

    Hi, you need to remove this element:

    <div class="bounce-loader">
    	<div class="bounce1"></div>
    	<div class="bounce2"></div>
    	<div class="bounce3"></div>
    </div>

    #10046038
    henzeldesign
    Participant

    Oh, yes. That makes sense. Thanks, again!


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

This topic is marked as "RESOLVED" and can not rceive new replies.