kgoldsmith Posted August 3, 2019 Posted August 3, 2019 Seems like there is only the standard to have the title and description placed below or next to an image in the Projects pages in the York template. I'm trying to get additional text boxes Or a work around for placement of Title and descriptions to be on top for one instance or in all. I've tried to make an image with copy above but the text obviously doesn't scale for mobile so it looks inconsistent. Please help! Is there some code that can be imputed in to the description box (don't see that as an option either) or some other solution?
tuanphan Posted August 3, 2019 Posted August 3, 2019 @kgoldsmith Can you share url to check code? 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!)
kgoldsmith Posted August 3, 2019 Author Posted August 3, 2019 https://www.kategoldsmith.com/sony-mlbscroll to the results image. I would prefer to create this as live text rather than an image. with the Results as the header above the image. But there doesn't even seem to be a place to adjust the code even if I wanted to add: Results
tuanphan Posted August 4, 2019 Posted August 4, 2019 @kgoldsmith you mean like this? 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!)
kgoldsmith Posted August 4, 2019 Author Posted August 4, 2019 Your image didn't show up..... but I did find a solution for now...its not perfect, as it causes the spacing to shift a bit, but I created a single pixel image banner in order to create a title. Have to see how it looks in mobile etc but that might be my only solution if I'm unable to make other changes to the Project pages.
tuanphan Posted August 4, 2019 Posted August 4, 2019 @kgoldsmith sorry, new screenshot: https://prnt.sc/oo0wbh 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!)
kgoldsmith Posted August 4, 2019 Author Posted August 4, 2019 @tuanphan essentially yes. Seems like I would have to buy a business account to handle adjusting the code to handle that unless you see other options in the template?
tuanphan Posted August 4, 2019 Posted August 4, 2019 @kgoldsmith new screenshot: https://prnt.sc/oo0wbh 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!)
kgoldsmith Posted August 4, 2019 Author Posted August 4, 2019 @tuanphan yes essentially that is what I am trying to accomplish. Did you have to do that with code or through an option on the template? It seems like I'm unable to adjust code without upgrading to a business membership.
tuanphan Posted August 4, 2019 Posted August 4, 2019 @kgoldsmith No need to upgrade. Just Personal Plan. Add this CSS to Home > Design > Custom CSS /* Title above image */ .project-slide.project-slide-has-description { display: -webkit-flex; display: flex; -webkit-flex-direction: column-reverse; flex-direction: column-reverse; } .project-slide-description-body.has-description-title.has-description-text { margin-bottom: 30px; } See how to insert CSS: https://beaverhero.com/squarespace-how-to/#HowtoInsertCustomCSS 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!)
kgoldsmith Posted August 4, 2019 Author Posted August 4, 2019 @tuanphan hmmm now any 'Results' copy is centering verses left aligning like the other copy 'Content: Activating Influencers. Is that part of the CSS? Any way to make it consistent?
tuanphan Posted August 4, 2019 Posted August 4, 2019 @kgoldsmith This code applies to all pages. You just want to apply for a page, or all? 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!)
kgoldsmith Posted August 4, 2019 Author Posted August 4, 2019 @tuanphan all pages but 'Results' is the only once that seems to be centering.
tuanphan Posted August 4, 2019 Posted August 4, 2019 @kgoldsmith Add to Home > Design > Custom CSS .project-slide-description-wrapper { margin: initial; } if it doesn't work, use: margin: initial !important; 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!)
tuanphan Posted August 4, 2019 Posted August 4, 2019 @kgoldsmith You're welcome. If you have other problems, just click new "ASK A QUESTION"You can also tag me, but I only support Custom Code questions. Have you a great week! 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.