emmabrinker Posted June 5, 2022 Share Posted June 5, 2022 (edited) Site URL: https://www.charmingoilylife.com/diy/kitchenandbathscrub Hi I am very new to CSS. I want to move the tags and categories on my blog posts to the bottom of the page. Attaching a photo of what I want to be moved. Thank you! edit: i cannot upload photo for some reason but it is the wording right below the title Edited June 5, 2022 by emmabrinker Link to comment
Solution tuanphan Posted June 10, 2022 Solution Share Posted June 10, 2022 Add this code to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('div.blog-item-meta-wrapper').insertAfter('div.blog-item-content-wrapper'); }); </script> emmabrinker 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
emmabrinker Posted June 10, 2022 Author Share Posted June 10, 2022 Thank you so much ! worked perfectly! 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