Connected-Sounds Posted April 14, 2022 Share Posted April 14, 2022 Site URL: https://oboe-pelican-gd8w.squarespace.com/ Hello, so this may be weird but we are trying to move the artist profile from the bottom of the page to the top right bellow the post title. is there some custom CSS that would make this possible? Link to comment
tuanphan Posted April 18, 2022 Share Posted April 18, 2022 Hi, What is access password? 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
Connected-Sounds Posted April 18, 2022 Author Share Posted April 18, 2022 8 hours ago, tuanphan said: Hi, What is access password? sorry about that. the password should be: iR7ccn9cqaM6sP3K Link to comment
creedon Posted April 18, 2022 Share Posted April 18, 2022 (edited) Add the following to Blog Settings > Advanced > Page Header Code Injection for the blog page. Please see per-page code injection. <style> .blog-item-content-wrapper { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-orient : vertical; -webkit-box-direction : normal; -ms-flex-direction : column; flex-direction : column; } .blog-item-author-profile-wrapper { -webkit-box-ordinal-group : 0; -ms-flex-order : -1; order : -1; margin-top : 0; } </style> Or alternately add the following to Design > Custom CSS. .blog-item-content-wrapper { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-orient : vertical; -webkit-box-direction : normal; -ms-flex-direction : column; flex-direction : column; } .blog-item-author-profile-wrapper { -webkit-box-ordinal-group : 0; -ms-flex-order : -1; order : -1; margin-top : 0; } This is for v7.1. Let us know how it goes. Edited April 19, 2022 by creedon Connected-Sounds 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Connected-Sounds Posted April 19, 2022 Author Share Posted April 19, 2022 4 hours ago, creedon said: Add the following to Blog Settings > Advanced > Page Header Code Injection for the blog page. Please see per-page code injection. <style> .blog-item-content-wrapper { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-orient : vertical; -webkit-box-direction : normal; -ms-flex-direction : column; flex-direction : column; } .blog-item-author-profile-wrapper { -webkit-box-ordinal-group : 0; -ms-flex-order : -1; order : -1; } </style> Or alternately add the following to Design > Custom CSS. .blog-item-content-wrapper { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-orient : vertical; -webkit-box-direction : normal; -ms-flex-direction : column; flex-direction : column; } .blog-item-author-profile-wrapper { -webkit-box-ordinal-group : 0; -ms-flex-order : -1; order : -1; } This is for v7.1. Let us know how it goes. Works fantastic. however the spacing is a little bit to high between the author and the title, what would I change to decrease that gap? Link to comment
creedon Posted April 19, 2022 Share Posted April 19, 2022 I have updated my post. There is even more space that could be gone after. Let us know how that looks to you. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Connected-Sounds Posted April 19, 2022 Author Share Posted April 19, 2022 4 hours ago, creedon said: I have updated my post. There is even more space that could be gone after. Let us know how that looks to you. the margin spacing didn't end up working. Link to comment
creedon Posted April 19, 2022 Share Posted April 19, 2022 (edited) Quote the margin spacing didn't end up working. It made no difference at all? Edited April 20, 2022 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Connected-Sounds Posted April 20, 2022 Author Share Posted April 20, 2022 I got it figured out by adding !important after the size of the margin 11 hours ago, creedon said: It made no difference at at all? 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