Hello. We are trying to get the teardrop image here to be top aligned within the main image area, but no matter what we do it won’t take. We enabled a custom css class but we cant seem tto target it. Any suggestions for being able to make this image dock to the top? See private link below.
Hey unclemurray!
The section is 450px but your image is 475. If you just want to center it vertically then try adding this to your custom CSS.
.logo_drop {
margin-top: 20px !important;
position: relative;
}
Best regards,
Elliott
Thanks Elliot. We are actually trying to get it to align to the top. We got it working yesterday but the targeting wasn’t working for some reason and it aligned all items on the page to the top… I think we are ok for now. Just wrestling with some mobile CSS issues now. Thanks for the reply!