Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1326499

    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

    #1326574

    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

    #1326793

    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

    #1326834

    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

    #1326975

    Thank you. I can increase the space with that, but not make it less.

    #1327173

    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

    #1327509

    Thank you!

    #1327578

    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

    #1327626

    you can close the case. thanks a lot

    #1327714

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Set alignment and space between text and picture in widget’ is closed to new replies.