n_s_simpson Posted June 17, 2015 Share Posted June 17, 2015 (edited) Hi Everyone I've managed to add a custom link to the information footer CMS by going into the CMS block module and entering into the "footer information": <ul class="toggle-footer"><li class="item"> <a title="Our Blog" target="_blank" href="https://devilprinters.co.uk/DevilBlog.html">Our Blog</a></li></ul> I've had to set the class because the code is inserted outside of the footer class so the font was wrong. Unfortunately the line spacing is still incorrect so can someone tell me how to correctly fix this? You can see what I mean on my website: http://www.devilprinters.co.uk Cheers Nick Edited June 17, 2015 by n_s_simpson (see edit history) 1 Link to comment Share on other sites More sharing options...
tuk66 Posted June 18, 2015 Share Posted June 18, 2015 That's because "Our blog" is another <ul>. Try this: <h4>Information</h4> <ul class="toggle-footer" style="margin-bottom: 0px;"> Link to comment Share on other sites More sharing options...
n_s_simpson Posted June 18, 2015 Author Share Posted June 18, 2015 Hi tuk66, thanks for your suggestion but unfortunately it doesn't fix the line spacing problem. Link to comment Share on other sites More sharing options...
Andreas von Wiecki Posted October 21, 2016 Share Posted October 21, 2016 Oh thank you for this help. After 4 days i found the solution for my problem in this threed! Link to comment Share on other sites More sharing options...
Recommended Posts