Amanda-FWI Posted November 1, 2022 Share Posted November 1, 2022 Hello! So I was testing how to make a table of contents on an older post of mine using anchor links, and it seemed to work out pretty well. My only issue is that the space between the code block with the title and my paragraphs is now massive in mobile view. Does anyone have any advice? I included screenshots for reference. Link to comment
tuanphan Posted November 4, 2022 Share Posted November 4, 2022 You try adding this code to Design > Custom CSS to reduce Code Block padding on mobile @media screen and (max-width:767px) { .code-block { padding: 0px !important; height: 1px !important; } } Earvin 1 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