Ahoy,
I added an image to the end of my image rotator and need to make it so the image lines up with the baseline of the “Hi We’re” text. Is there a way I could drop the image so that it looks like it is on the same base line? I know this is awkward seeing the K will be lower but that is ok….
Let me know!
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h3.av-rotator-container-inner img {
top: 15px;
position: relative;
}
Best regards,
Yigit
Boom! Yes! Thanks!