alexbentonstudio Posted May 17, 2021 Posted May 17, 2021 Site URL: https://armadillo-decor.squarespace.com/ I'm trying to resize the image below to make its max-width 150px. I thought if I copied that "figure#..." portion it would fix the issue but it doesn't. Anyone know of a better way? Unless I missed something. site: https://armadillo-decor.squarespace.com/ password: armadillo123 Thanks! Warmly, Alex
Agha_Waqas Posted May 17, 2021 Posted May 17, 2021 39 minutes ago, alexandraglam said: Site URL: https://armadillo-decor.squarespace.com/ I'm trying to resize the image below to make its max-width 150px. I thought if I copied that "figure#..." portion it would fix the issue but it doesn't. Anyone know of a better way? Unless I missed something. site: https://armadillo-decor.squarespace.com/ password: armadillo123 Thanks! use this code #block-yui_3_17_2_1_1621115524816_27495 .intrinsic { max-width: 150px !important; }
alexbentonstudio Posted May 18, 2021 Author Posted May 18, 2021 @Agha_Waqas That did it! Thank you so much! Warmly, Alex
tuanphan Posted May 21, 2021 Posted May 21, 2021 @alexandraglam I see these issues. Do you need to fix? Site URL – https://armadillo-decor.squarespace.com/ 1. (Smaller screen-Header) Make all nav items one line? 2. (Tablet-Homepage) Increase content width? 3. (Tablet-Overlay) Change button text color? 4. (Tablet-Footer) Increase email text width? 5. (Mobile-Homepage) Make 2 items/row? 6. (Mobile-About) Move text to top of image? 7. (Tablet-Portfolio) Increase text width? 8. (Tablet-Services) Increase content width? 9. (Tablet-Book) Increase form height? 10. (Mobile-Book) Increase form height? 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!)
alexbentonstudio Posted May 28, 2021 Author Posted May 28, 2021 Hi @tuanphan, I just saw this notification. Yeah, there's a lot of mobile/tablet fixes I need to do. I'm still learning but so glad you caught those. What is the media query you'd use for tablet sizes? I've tried a few but they seem to override the mobile ones. If you could help me out with the tablet size media queries that'd be awesome! Warmly, Alex
tuanphan Posted May 30, 2021 Posted May 30, 2021 On 5/29/2021 at 1:59 AM, alexandraglam said: Hi @tuanphan, I just saw this notification. Yeah, there's a lot of mobile/tablet fixes I need to do. I'm still learning but so glad you caught those. What is the media query you'd use for tablet sizes? I've tried a few but they seem to override the mobile ones. If you could help me out with the tablet size media queries that'd be awesome! You can use @media screen and (max-width:991px) and (min-width:768px) {} With mobile, use @media screen and (max-width:767px) {} 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.