Seems to be working great! Thank you Yigit!!
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!
I created a workaround for this, by forcing some inline css of border-radius: 50%;… we can call it “fixed” for now.
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.
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?)