Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: CSS Help #1270221

    Seems to be working great! Thank you Yigit!!

    in reply to: CSS Help #1270216
    This reply has been marked as private.
    in reply to: CSS Help #1270108

    Hey @ Victoria, this worked great for everything where the image is on the left. There seems to be a “Z” issue when the image is on the right.. IE the text box goes under the image if that makes sense. This is the coding I’m using:

    .left_img img { 
    position: relative; 
    right: -105px;
    top: -25px;
     }
    
    .right_img img { 
    position: relative; 
    left: -105px;
    top: -25px;
     }

    Again the left one looks perfect, the right one the textbox goes under the image. Any quick tips on how to fix that? Thank you in advance!

    in reply to: Image Overlay Breaking CSS for another plugin #1204274

    I created a workaround for this, by forcing some inline css of border-radius: 50%;… we can call it “fixed” for now.

    in reply to: Image Overlay Breaking CSS for another plugin #1203797

    That didn’t seem to resolve it. It is still changing the inline code. I’ll provide Login Details as well as the page it’s on.

    in reply to: Single Item Ajax Portfolio Links Not Working #1114099

    Can I load a portfolio ajax container into this portfolio item, and only show that single post with in it? (So I’m not doubling or trippling work by rebuilding yet another post without ajax?)

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