Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1008823

    1. How do i vertically align “blockquote” text in a “Text Block”?

    This would be an example of the text in the Text Block that is not aligned as desired (aligned on both sides ):

    EXCELLENCE – is an art won by training and habituation. We do not act rightly because we have virtue or excellence, but we rather have those because we have acted rightly. We are what we repeatedly do. Excellence, then, is not an act but a habit. – Aristotle

    VALUE – The ultimate value of life depends upon awareness and the power of contemplation rather than upon mere survival.

    2. Is there a way to move the vertical line on the left side of the “blockquote” to the right side of the text if needed?

    Thank you.

    #1008889

    Hey timotej2602,

    1. I’m not sure I understand what you mean by that, could you try to explain a bit further please?

    2. Please try the following in Quick CSS under Enfold->General Styling:

    blockquote {
        padding-left:0;
        padding-right: 1em;
        border-left: none;
        border-right: 5px solid #e1e1e1;
    }

    Best regards,
    Rikard

    #1014050

    Hey, i am sending you the link to our website. I would like the gold line to be between the picture and the text, once on the left (the first, third, fifth, … section) and one on the right (the second, fourth, sixth, .. section). Depending on the positioning. And i would like the text to be aligned on both sides.
    Best regards

    #1014056

    preview of the page composition
    https://ibb.co/hWGU99

    • This reply was modified 6 years, 2 months ago by timotej2602.
    #1014092

    Hi,

    Thanks for that, though we obviously can’t see any site which you are running on a local server. Could you upload it to a public server so that we can access it please?

    Best regards,
    Rikard

    #1014234

    Hi, can you maybe work with the picture i provided in the later message above? Its a screen shot of how the page looks like.

    Best regards.

    #1014536

    Hi,

    No that’s not possible since you want to style the elements individually, though you could try to to give them classes if you activate that option under Enfold->Layout Builder. Look for the Show element options for developers option.

    Then you can assign your elements classes like blockquote-border-right for instance. You can then use the CSS I posted earlier:

    .blockquote-border-right {
        padding-left:0;
        padding-right: 1em;
        border-left: none;
        border-right: 5px solid #e1e1e1;
    }

    You can do the same for elements that you want to border to be on the left, just reverse the CSS in the example.

    Best regards,
    Rikard

    #1141803

    Hi, it didn’t work for me. I did everything you said. I also assigned the elements classes. Do you have an other solution?

    Regards,
    Paul

    #1141974

    Hi bergsmapaul,

    Please start a separate thread, describe your issue there and give us a link to your website.

    Best regards,
    Victoria

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