Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #206842

    Hello,
    I tried various methods but failed. What is the easiest way to make vertical alignment between a text and an image?

    #206926

    Hi CloudChoice!

    Can you post the link to your page where you have added text and image?

    Regards,
    Yigit

    #206990
    This reply has been marked as private.
    #206995

    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

    #207005

    Hi,

    The ladybug is perfect!. Thanks.

    But in the Brazilian flag, no changes. It is keeping in the same position.

    #207010

    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

    #207018

    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.

    #207020

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #207027
    This reply has been marked as private.
    #207032

    Hi!

    I can not login, the wp-admin URL redirects me to http://abortonanuvem.com/not_found

    Regards,
    Josue

    #207035
    This reply has been marked as private.
    #207041
    This reply has been marked as private.
    #207046

    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!

    #207048

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Vertical alignment between a text and an image’ is closed to new replies.