Possible bug in formatting

Hello,
Please check out my resources page

https://longevitycolorado.com/resources/

As you see, the link buttons on the right hand side of the page are all aligned in the same spot except for the first placeholder under each category heading. I have checked the margin and padding settings and they are identical to all the rest of the buttons that are aligning correctly. I have tested moving this secondary section into the top position and the link button will go into the wrong place once it is in the top spot. It seems to be a quirk - is there anything you can recommend to do - or is there a solution to fixing the problem. Thank you in advance.

Hi Katrin,

The problem with the first item is that it is wrapped to a code like this:

<a name="biz" ...

Please make sure that you close the tags correctly in the previous sections to avoid this problem. This is happening when you have an unclosed or wrong closed tag in your HTML code.

As I do not have access to the Cornerstone of that page I can not give the correct answer on how that part of the code is generated.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.