Hello,
I tried various methods but failed. What is the easiest way to make vertical alignment between a text and an image?
Hi CloudChoice!
Can you post the link to your page where you have added text and image?
Regards,
Yigit
Hey!
Try adding this code to the Quick CSS:
.wp-image-6350 {
position: relative;
top: -9px;
}
#menu-item-6214 div[valign="center"] {
position: relative;
top: -10px;
}
#menu-item-6214 div[valign="center"] img{
position: relative;
top: 5px;
}
Cheers!
Josue
Hi,
The ladybug is perfect!. Thanks.
But in the Brazilian flag, no changes. It is keeping in the same position.
Hi!
Change that part to this:
#menu-item-6214 div {
position: relative;
top: -10px;
}
#menu-item-6214 div img{
position: relative;
top: 5px;
}
Best regards,
Josue
Hi Josue,
Thanks for the support, but at the moment no changes. The position is exactly the same.
Obs: I’m always cleaning the cache.
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hi!
I can not login, the wp-admin URL redirects me to http://abortonanuvem.com/not_found
Regards,
Josue
Good, now is perfect!
I saw the change using the code:
#menu-item-6214 a {
position: relative;
top: -10px;
}
#menu-item-6214 a img{
position: relative;
top: 5px;
}
Thank you man!! Good job!
You are welcome, glad we could help :)
Regards,
Josue