-
AuthorPosts
-
January 8, 2014 at 3:23 pm #206842
Hello,
I tried various methods but failed. What is the easiest way to make vertical alignment between a text and an image?January 8, 2014 at 6:05 pm #206926Hi CloudChoice!
Can you post the link to your page where you have added text and image?
Regards,
YigitJanuary 8, 2014 at 7:29 pm #206990This reply has been marked as private.January 8, 2014 at 7:36 pm #206995Hey!
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!
JosueJanuary 8, 2014 at 7:51 pm #207005Hi,
The ladybug is perfect!. Thanks.
But in the Brazilian flag, no changes. It is keeping in the same position.
January 8, 2014 at 7:55 pm #207010Hi!
Change that part to this:
#menu-item-6214 div { position: relative; top: -10px; } #menu-item-6214 div img{ position: relative; top: 5px; }Best regards,
JosueJanuary 8, 2014 at 8:08 pm #207018Hi Josue,
Thanks for the support, but at the moment no changes. The position is exactly the same.
Obs: I’m always cleaning the cache.
January 8, 2014 at 8:12 pm #207020Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueJanuary 8, 2014 at 8:17 pm #207027This reply has been marked as private.January 8, 2014 at 8:21 pm #207032Hi!
I can not login, the wp-admin URL redirects me to http://abortonanuvem.com/not_found
Regards,
JosueJanuary 8, 2014 at 8:24 pm #207035This reply has been marked as private.January 8, 2014 at 8:32 pm #207041This reply has been marked as private.January 8, 2014 at 8:37 pm #207046Good, 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!
January 8, 2014 at 8:38 pm #207048You are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Vertical alignment between a text and an image’ is closed to new replies.
