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

    Hi Guys,

    I would like to edge a textarea with a border with a shadow.

    Do you have any advises how I can do that?

    Thanks,

    Cheers, Alex

    #930853

    Hey AdDesign,

    Please provide a link to your site so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #930921

    Hey Jordan,

    thanks for replieg that fast!
    In Privat Content you can see the Link to a Testpage.
    Here I would like to have a border and shadow around the text and image (like in the imageexample in private content).

    Example what it should look like is also in the private Content field.

    Thanks a lot!
    Best regards,
    Alex

    #930925

    Hi,

    Add this to quick css. It’s based off the test page you pasted above.

    .avia_textblock{
        border: 1px solid #ccc;
        box-shadow: 0 4px 2px -2px gray;
    }  

    Best regards,
    Jordan Shannon

    #931533

    Hi Jordan,

    thanks for your answer. Unfortunately the provided CSS works not 100%. The shadow just shows on the buttom.
    I would like to have it around the Textblock like in the example image.

    The second thing is, that the text stands right next to the block line. How can i fix this padding issue?

    Thanks again!

    Cheers, Alex

    #931551

    Hi,

    Please refer to the following for further info on getting the exact shadow type you need:

    Also, you would want to add padding to the text-section itself:

    https://www.w3schools.com/Css/css_padding.asp

    Best regards,
    Jordan Shannon

    #931575

    Hi Jordan,

    thanks for your advises and the links to the css sites! Now i got the effects I was looking for.
    But please allow one more question:

    The Textblockshadow apears now in every textblock / textfield. May you have a suggestion for me, so I can use the shadoweffect only for individual textblocks?

    Best regards, Alex

    #931590

    Hi,

    Great! For that you would need to add a class to the text block itself. Please refer to this article:

    Best regards,
    Jordan Shannon

    #931624

    Thats it – thank you very much! Great support!

    #931639

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Border with shadow around texarea’ is closed to new replies.