I’m trying to make a triangle between two selections like this If anyone could help me with this it would be amazing. I’ve tried using the bottom separator and it extends too far across the screen.
Hi There,
Thank you for writing in, you need a custom CSS for that, while that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here.
Please follow the guide provided here, then instead of the .div:after selector, your selector will be div.x-section:after
But this will apply to all your sections though, if you need this on specific sections only, please use a CLASS.
.x-section.my-class:after then apply my-class to the sections where you need the triangle separator.
Hope that helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.