• Resolved teamwiff

    (@teamwiff)


    Hello,
    We are hoping to use the plug-in for our wedding registry. However, whenever we add a link to a gift, it breaks the image formatting. Please see site for example: https://teamwiff.com/gift-registry/.

    You’ll notice the image formatting is correct for the first gift, which doesn’t include a link. The second gift shows how the image formatting is broken when a link is added. The third gift is our only workaround, which isn’t ideal for screen resizing.

    We appreciate any help you can provide.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author dreiQBIK

    (@3qbik)

    Hey @teamwiff,

    sorry for the late reply!

    There’s problematic CSS on your page (in the layout.css file of the theme):

    .item .loop-post-meta li a, .meta.details li a, .thb-text a, .comment_body a, .sidebar .widget a {
        position: relative;
        font-weight: bold;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    If you changed position: relative; in there to position: static; it would look as it should.

    I’ll be pushing an overwrite to fix this with the next update. Can’t promise when I’ll be able to release this though.

    Cheers
    Moritz

Viewing 1 replies (of 1 total)

The topic ‘Link Breaks Image Formatting’ is closed to new replies.