Hi,
I would like to have the first part of the text left (which is done automatically) and the last line right.
I’ve put
<span style=”color: #ff8800; font-family: Coustard; font-size: large;”>Nicht einfach die Art, wie man etwas tut, ist bedeutend, sondern der Stand des Bewusstseins, in welchem man handelt.</span>
<span style=”color: #ff8800; font-family: Coustard; font-size: small; text-align: right;”>Mira Alfassa</span>
in the widget, but text-align: right is not working.
What can I co?
Below the text I have a picture. I would like to have it closer to the text, but I can’t find anything where I could do that in the widget.
What can I do?
Kind regards,
Veronika
Hey Loveronika,
Thank you for the inquiry.
Would you mind providing a screenshot of the layout that you are trying to create? If you want to move the text or the span tag to the right, try to use the float property.
<span style=”color: #ff8800; font-family: Coustard; font-size: small; text-align: right; float: right;”>Mira Alfassa</span>
Best regards,
Ismael
Hi Ismael,
thank you very much! It’s working now.
Second thing was how can I increase or decrase the space between two elements (e. g. Text above, picutre below) in column of a widget?
Kind regards,
Veronika
Hi,
No problem! Glad it is working. To adjust the space between the widgets, try to adjust the top margin of the image widget with this css.
#footer #media_image-2 {
margin-top: 80px;
}
Best regards,
Ismael
Thank you. I can increase the space with that, but not make it less.
Hi,
Please try this instead:
#footer #media_image-2 {
margin-top: 0;
}
If you need even less space, then please try this as well:
#footer #text-2 {
margin: 30px 0 0 0;
}
Best regards,
Rikard
Thank you!
Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
you can close the case. thanks a lot