最近搜索
没有最近搜索
Guide Article vertical spacing - how to adjust
已于 2024年11月29日 发布
I've searched and tried, but I'm not really able to change the vertical spacing between components what make up the complete guide article.
Where in the code can I adjust this? Should this be adjusted by padding, line-height, else?
I'm especially interested in changing the areas in yellow in the below screenshot, for all articles in the KB:

Any feedback is hugely appreciated. Tnx!
0
1
1 条评论
Elaine
Thanks for reaching out with your question! To adjust the vertical spacing between components in your guide article, you'll typically want to modify the CSS. Specifically, you can experiment with properties like padding, margin, or line-height.
If you’re looking to target those specific areas highlighted in yellow, identifying the associated classes in the code can help you apply the changes effectively. Using browser developer tools (like Chrome DevTools) can also assist in testing adjustments in real-time before applying them to your stylesheets.
If the community has any additional tips or specific code snippets that worked for them, I’m sure they would be happy to share!
0
登录再写评论。