Home Forums Theme support Theme Tammoo – Second Footer Section – [one_half_last] ist empty Reply To: Theme Tammoo – Second Footer Section – [one_half_last] ist empty

Hi,

there is an error in your code, a closing tag, maybe this cause the problem.

Can you try the following code:

[one_half]
<a href="#">Linktext</a>
[/one_half]
[one_half_last]
<a href="#">Linktext</a>
[/one_half]

This code should work…