billystar101 Posted September 18, 2020 Share Posted September 18, 2020 Site URL: https://thekamava.com/ I don't necessarily want to write a mobile query of this, but I can if possible I saw the options from other discussions but I don't really see the necessity of adding an index page just for mobile view but since I'm new to Sqaurespace I don't want to eliminate those options. Can anyone give me some assistance on my site to help? I can provide login details or donate, and if the simpler option if editing the logo in photoshop I don't mind that either! T.I.A! Link to comment
tuanphan Posted September 19, 2020 Share Posted September 19, 2020 Hi. What is your problem? 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
billystar101 Posted September 28, 2020 Author Share Posted September 28, 2020 On 9/19/2020 at 10:42 AM, tuanphan said: Hi. What is your problem? I'm needing help making my homepage image mobile responsive Link to comment
tuanphan Posted September 29, 2020 Share Posted September 29, 2020 Add to Page Settings > Advanced > Header <style> @media screen and (max-width:640px) { img { object-fit: contain !important; } } </style> 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
billystar101 Posted October 6, 2020 Author Share Posted October 6, 2020 YOURE THE BEST! Have anything I can donate towards for you? Link to comment
bonniergcuk Posted October 8, 2020 Share Posted October 8, 2020 On 9/29/2020 at 9:27 AM, tuanphan said: Add to Page Settings > Advanced > Header <style> @media screen and (max-width:640px) { img { object-fit: contain !important; } } </style> tuanphan, could I do this with text, one of my header texts is too long for mobile so would ideally want size to shrink with window size? Thank you youre great Link to comment
bonniergcuk Posted October 9, 2020 Share Posted October 9, 2020 @tuanphan could you help? okay if not Link to comment
tuanphan Posted October 10, 2020 Share Posted October 10, 2020 On 10/8/2020 at 9:55 PM, bonniergcuk said: tuanphan, could I do this with text, one of my header texts is too long for mobile so would ideally want size to shrink with window size? Thank you youre great Can you share site url? We can check easier. 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
bonniergcuk Posted October 12, 2020 Share Posted October 12, 2020 On 10/10/2020 at 12:16 PM, tuanphan said: Can you share site url? We can check easier. dolphinbottles.co.uk password: dolphin apologies! Link to comment
tuanphan Posted October 12, 2020 Share Posted October 12, 2020 4 hours ago, bonniergcuk said: dolphinbottles.co.uk password: dolphin apologies! Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1602154260856_9936 h1 { padding-left: 0 !important; font-size: 34px; } } 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
bonniergcuk Posted October 12, 2020 Share Posted October 12, 2020 2 hours ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1602154260856_9936 h1 { padding-left: 0 !important; font-size: 34px; } } Thank you @tuanphan that is great. Do you know how to do the same to text links in my hamburger menu? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.