Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1347852

    How do I integrate the following into the top table border
    Border Flourish SVG Cutting File Decorative Word Divider Svg image 1

    #1347856

    Hey daves1997,
    Thank you for the link to your site, here are two options for you:

    #main .avia_pricing_default {
    	border-top: 60px solid transparent;
        border-image: url("https://savvyify.com/img/images/2022/04/10/2022-04-10_006.jpg") 96 0 0 0 round;
    }

    2022-04-10_007.jpg

    #main .avia_pricing_default {
        border-top: 70px solid transparent;
        border-image: url(https://savvyify.com/img/images/2022/04/10/2022-04-10_006.jpg) 100 0 0 0 stretch;
    }

    2022-04-10_008.jpg
    you will want to add the image to your site and adjust the url in the css to suit, the code works as is, but the image url is only temporary.
    Your image was too tall.

    Best regards,
    Mike

    #1347859

    check site. Not integrated into border and really stretched. image is 150 px wide

    #main .avia_pricing_default {
    border-top: 60px solid transparent;
    border-image: url(“(https://bestfortmyersrealestate.com/wp-content/uploads/2022/04/squivle.jpg”) 96 0 0 0 round;
    }

    #1347860

    Hi,
    Your image is too small and too tall, it’s 150×110
    2022-04-10_009.jpg
    notice my example was 790×94
    2022-04-10_011.jpg
    which scaled down well
    2022-04-10_007.jpg

    Best regards,
    Mike

    #1347861

    I think that might work. Tks

    #1347862

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Border top table squigly’ is closed to new replies.