chris7 Posted November 26, 2019 Share Posted November 26, 2019 Hey I'm having an issue where I can no longer select to have the logo/branding centred for mobile view? Is this a 7.1 thing or do you now need code to do this? The template is Tremont. I am almost sure it was always in the design tab? Link to comment
tuanphan Posted November 27, 2019 Share Posted November 27, 2019 You can try custom code: @media query with margin: 0 auto, or text-align: center to center logo Can you share link to your site? 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
chris7 Posted December 2, 2019 Author Share Posted December 2, 2019 Hey it all seems to be sorted now. I think it might have been a bug with 7.1? I am now having a different issue. There isn't an option to have the footer a separate colour from the main background? Any ideas? Here is the link to the website and password is playtherapy19 https://shineplaytherapy.squarespace.com/ Link to comment
ryansinger Posted June 24, 2020 Share Posted June 24, 2020 where do you put this code? in Code Injection/header? Link to comment
tuanphan Posted June 25, 2020 Share Posted June 25, 2020 On 6/24/2020 at 11:57 AM, ryansinger said: where do you put this code? in Code Injection/header? above is invalid code, just a suggestion. Can you share link to your site? I can take a look 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
ryansinger Posted July 2, 2020 Share Posted July 2, 2020 Hi @tuanphan I found this on another post. I put it in the Header of http://dsgncmmn.com Link to comment
tuanphan Posted July 5, 2020 Share Posted July 5, 2020 On 7/3/2020 at 6:21 AM, ryansinger said: Hi @tuanphan I found this on another post. I put it in the Header of http://dsgncmmn.com Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .header-title { text-align: center !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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.