Hello I am having problems adding a slanted SVG to the bottom the banner on this page https://computerwranglers.aioncreative.net/
The problem is that it does not stretch all the across the banner section.
Any ideas?
Thank you
Hello I am having problems adding a slanted SVG to the bottom the banner on this page https://computerwranglers.aioncreative.net/
The problem is that it does not stretch all the across the banner section.
Any ideas?
Thank you
I figured this out. Thanks
Hi,
I looked at your link hours ago but got distracted and you beat me to the punch.
You had made a slanted white svg image by using a path element and fill white.
But you happen to omit the viewbox attribute causing the svg to not scale.
I guess you figured that out and solved the problem by adding the viewbox attribute.
You also changed the path element to a polygon instead to shape a slanted white image stretching the full width.
I too think this is a better choice here.
Well done!
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.