Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1202545

    Hi Dear Experts,

    I need one alignment for a picture which I placed on my footer.

    Please check the provided website
    and check the footer (the copyright section). Made in [flag], the image is higher than the font.

    I’ve tried
    alignalign="middle"
    and
    align="bottom"
    Non-work.

    Please assist me.

    Thank you in advance.

    #1202839

    Hey Oref,

    The flag looks a lot lower when checking your site compared to the screenshot you posted, did you manage to find a solution?

    Best regards,
    Rikard

    #1203547

    Yes, Rikard.

    I recoded it like that:

    © Copyright - TEXT | Made in<img class="alignright" src="IMG-URL" alt="ALT-Custom" width="20" height="50"/> [nolink]

    If you have a better suggestions, Please advise.

    • This reply was modified 3 years, 11 months ago by Oref.
    #1204270

    Hi,

    Thanks for the update. If that markup places the flag in the correct place then I don’t see any problem with it :-)

    Best regards,
    Rikard

    #1205159

    Dear Rikard,

    I also want to have two pictures, but since the alignment is to right, all pictures go to the right.

    The situation must be like that:
    (C) XXX domain | Company name | Made in [FLAG] | Designed by [Logo]

    Well. I think if TEXT goes a little higher (something like more center) would be great.

    I believe I need to make a CSS class?

    If this is not being rude, Can you kindly help?

    #1205381

    Hi,

    Thanks for the update. Please try this CSS as well:

    span.copyright .alignright {
        margin: 0 0 0 5px;
    }

    Best regards,
    Rikard

    #1205536

    With two pictures, It has become together.
    Both have been aligned right., Please find the image in private content.

    I wanted it to be
    (C) domain | Company name | Made in [IMAGE 1] | Designed by [IMAGE 2]

    #1205830

    Hi Oref,

    So you need to still add the Designed by [IMAGE 2] part, I do not see it there. Just add some class to the image so that it can be easily targeted by the css.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.