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.
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
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.
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
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?
Hi,
Thanks for the update. Please try this CSS as well:
span.copyright .alignright {
margin: 0 0 0 5px;
}
Best regards,
Rikard
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]
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