Hi all,
I have a little question, I need to add some markup just before the closing </div> tag of the <div id=”wrap_all”>.
So right after the content but still inside the wrap_all.
Anybody have an idea? Been looking allover but cant find it.
Cheers,
Thomas
Hey borkent!
Look for this line in footer.php:
echo "<!-- end wrap_all --></div>";
Please use a child theme when editing theme files to avoid losing your customisations on updates.
Cheers!
Rikard
Hi Rikard,
Thank you for your reply, ofcourse I work with a child, thx for checking!.
I just found the location, It is set in: section.php
regards,
Thomas