Moon821 Posted February 10, 2022 Posted February 10, 2022 Im using 7.1 and for the first photo on the top as your can see my product page is very spaced out and I want it to look like the 2nd photo on the below The 3rd photo the words are moved to the right but its centered on desktop view, and I need it to be centered on mobile also Lastly my footer page isn't centered either and it needs to be centered
Caroline_Smith Posted February 11, 2022 Posted February 11, 2022 Hi there! A link to the relevant page would be very helpful so that we can look into this issue more closely. creedon 1 Feel free to email me with any customization inquiries or questions you may have! Free Squarespace Resources: DevTools Minicourse, 11-Step Guide to Improve Custom CSS, Free Product/Pricing Comparison Table Generator
Moon821 Posted February 11, 2022 Author Posted February 11, 2022 @Caroline_Smith https://www.moonscrib.com the password is starlight
tuanphan Posted February 12, 2022 Posted February 12, 2022 #1. It looks like you fixed? #2. Add to Design > Custom CSS /* Mobile */ @media screen and (max-width:767px) { /* contemporary */ div#block-b5063ecf7871f15a88ab * { display: block; text-align: center; } } #3. Still seeing 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 February 12, 2022 Posted February 12, 2022 #3. Use thiS CSS /* align center footer mobile text */ @media screen and (max-width:767px) { @media screen and (max-width: 767px) { footer.sections p { white-space:normal !important; text-align: center; }} } 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!)
Moon821 Posted February 12, 2022 Author Posted February 12, 2022 @tuanphan Thanks for the top homepage wording it came out amazing!! The footer still looks the same, and the product page doesn't look like the the second photo I only have a picture of the second one from clicking mobile view on my desktop but when i'm on my phone it looks like the first photo
tuanphan Posted February 14, 2022 Posted February 14, 2022 On 2/12/2022 at 8:52 PM, Moon821 said: @tuanphan Thanks for the top homepage wording it came out amazing!! The footer still looks the same, and the product page doesn't look like the the second photo I only have a picture of the second one from clicking mobile view on my desktop but when i'm on my phone it looks like the first photo #3. Sorry, missing some code, try this new code /* align center footer mobile text */ @media screen and (max-width: 767px) { footer.sections p { white-space:normal !important; text-align: center; }} Moon821 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!)
Moon821 Posted February 14, 2022 Author Posted February 14, 2022 @tuanphan I love it!! It came out perfect thank you sooo much!! Now I just need to get the product page looking like photo 2
Moon821 Posted February 15, 2022 Author Posted February 15, 2022 @tuanphan So what coding would work for the product page to look like the 2nd photo
tuanphan Posted February 19, 2022 Posted February 19, 2022 On 2/16/2022 at 2:41 AM, Moon821 said: @tuanphan So what coding would work for the product page to look like the 2nd photo Hi. You mean this image, 2 products/row? 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!)
Moon821 Posted February 19, 2022 Author Posted February 19, 2022 Yes I want the page to look like that photo @tuanphan
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment