whyryou Posted February 28 Share Posted February 28 Hi hi, Thanks to this code by @tuanphan, I was able to create two columns text in accordion block. Is there any way that I can specify from which part of the text to be displayed in the next column ? (like attached image) Link to comment
tuanphan Posted March 2 Share Posted March 2 Can you share link to page where you use accordion, we can check your case easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
whyryou Posted March 4 Author Share Posted March 4 @tuanphan thank you for your reply - Here is the page. I want to make one paragraph for Korean, another paragraph for english. https://www.yoeryou.com/test-1 Link to comment
tuanphan Posted March 5 Share Posted March 5 21 hours ago, whyryou said: @tuanphan thank you for your reply - Here is the page. I want to make one paragraph for Korean, another paragraph for english. https://www.yoeryou.com/test-1 Use this instead .accordion-item__description { display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 10px; grid-row-gap: 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment