Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #683045

    Hi,
    issue only on Safari (old, new, win, mac, ..all ):
    issue
    rows with products are retracted each to other similar to fish scales. Blocks “grid-entry” are pushed by inline style of JS with position:absolute and top+left calculated positioning. On safari browsers is “top” value incorrect, maybe around half of correct value intended. This weird issue is visible mostly on Safari browser width from 768px up. and after any change of view (width of browser, zoom, etc.) it repairs itself.
    In my case solution was:

    /* fix for safari browsers */
    @media (min-width:768px) {
    	.h-portfolio .grid-entry {
    		position:relative !important;
    		top:auto !important;
    		left:auto !important;
    	}
    }

    with no impact on other browsers.

    #683517

    Hi jan,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #683551

    Hi,
    as I´ve said, it is fixed now and you will see no issue anymore:
    http://www.hubertsekt.sk/en/products/
    http://www.hubertsekt.sk/en/occasions/celebrate-special-family-moments/
    Jan

    • This reply was modified 7 years, 8 months ago by janNS.
    #684012

    Hi,

    Ok, thanks for sharing that, much appreciated :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.