Lis7 Posted May 19, 2021 Share Posted May 19, 2021 I created an anchor link that goes to a code block further down the page. In the code block, I have the following code: <h3 id="popsiclepostscript">*Popsicle Postscript </h3> The anchor link works, but now the blank space below the "*Popsicle Postscript" heading is slightly taller than the spacing below the other h3 headings that were created within text blocks (without anchor links and HTML coding). Is there a way to reduce the space below the linked heading? Link to comment
tuanphan Posted May 20, 2021 Share Posted May 20, 2021 try <span id="popsiclepostscript">*Popsicle Postscript </span> If it doesn't work, add this to Design > Custom CSS .code-block { padding: 0 !important; } If it still doesn't work, can you share link to page where you added Code Block? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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