vinhawebdesign Posted May 26 Posted May 26 Hello. I need help with my list element titles. The list section title only allows H2 to be used, and I cannot use it since my H2 title is a 180deg rotating font. Can you help me with a code that would allow me to use any other heading than H2?
tuanphan Posted May 27 Posted May 27 You can send your code, we can adjust it to exclude H2 for List Section Title. 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!)
vinhawebdesign Posted June 26 Author Posted June 26 I haven´t used any codes yet on list sections. However the h2 code is: @media screen and (min-width: 640px) { h2 { writing-mode: vertical-rl; transform: rotate(180deg); margin: 0 auto; position: relative; right: 10px; } }
tuanphan Posted June 28 Posted June 28 Change your code to this @media screen and (min-width: 640px) { h2:not(.list-item-content__title) { writing-mode: vertical-rl; transform: rotate(180deg); margin: 0 auto; position: relative; right: 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment