Custom footer/copyright #5685
-
Hi ! I'm creating a document web site and i'm customizing the copyright right now. I'd tried to tweak and follow some discussions (find by googling the issue) and docs but could not find a "elegant" answer to the problem. Do you know how to properly set image on the right ? For now this is what I have by using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Without knowing your exact HTML and CSS, it's hard to give exact directions, bug something like this should work <div style="display: flex; justify-content: space-between; align-items: center">
<div>Aligned to left</div>
<div>Aligned to right</div>
</div>
|
Beta Was this translation helpful? Give feedback.
-
Hourra ! I overidden Again, many thanks again for this awesome piece of work ! |
Beta Was this translation helpful? Give feedback.
Without knowing your exact HTML and CSS, it's hard to give exact directions, bug something like this should work