heytom88 Posted May 18, 2021 Share Posted May 18, 2021 Site URL: https://tangerine-krill-3gdl.squarespace.com/ password: hello123 Hey! I wantde my top nav to be transparent and used the code below, and it worked, but pulled up the gallery leaving a space at the bottom. How can I fix this? Thank yuo! .Mobile-bar.Mobile-bar--top { position: absolute; background: transparent !important; z-index: 999 !important; top: 100; left: 0; width: 100%; } Link to comment
tuanphan Posted May 19, 2021 Share Posted May 19, 2021 It looks fine here. Did you solve? 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
heytom88 Posted May 19, 2021 Author Share Posted May 19, 2021 Hey mate, thanks for the reply - sorry, I should clarify - on mobile is the issue, thanks! Link to comment
heytom88 Posted May 19, 2021 Author Share Posted May 19, 2021 Also - please, one other element I'm stuck on. I'd like for the headline to be split across three lines in mobile view, so it reads: Showhomes Interior designed One price Thanks in advance, really appreciate it! Link to comment
heytom88 Posted May 19, 2021 Author Share Posted May 19, 2021 OK mobile causing all sorts of problems right now. I cant get the logo to invert either? I'm using this code, found on the forums, but not seeming to work? <style> .header-mobile-logo img { filter: invert(1); -webkit-filter: invert(1); } </style> Link to comment
tuanphan Posted May 20, 2021 Share Posted May 20, 2021 23 hours ago, heytom88 said: OK mobile causing all sorts of problems right now. I cant get the logo to invert either? I'm using this code, found on the forums, but not seeming to work? <style> .header-mobile-logo img { filter: invert(1); -webkit-filter: invert(1); } </style> It is code for SS 7.1, with SS 7.0, use this (for mobile) <style> img.Mobile-bar-branding-logo { filter: invert(1); -webkit-filter: invert(1); } </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
heytom88 Posted May 21, 2021 Author Share Posted May 21, 2021 Thank you @tuanphan awesome stuff. Can you please when you have a chance take a look at the 2 other above issues please in this thread? The original one - 1) the gallery not spanning the full height of mobile, and 2) headline split across three lines, forming forced line breaks on mobile.. Thanks again! Super appreciate it Link to comment
tuanphan Posted May 22, 2021 Share Posted May 22, 2021 23 hours ago, heytom88 said: Thank you @tuanphan awesome stuff. Can you please when you have a chance take a look at the 2 other above issues please in this thread? The original one - 1) the gallery not spanning the full height of mobile, and 2) headline split across three lines, forming forced line breaks on mobile.. Thanks again! Super appreciate it 1. can you disable autoplay? We can check easier 2. Can you make these text bold or italic? 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
heytom88 Posted May 24, 2021 Author Share Posted May 24, 2021 Hey @tuanphan - 1- I've disabled autoplay, thanks. 2- And I can make the font bold in the design site styles, yes. Cheers! Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 On 5/24/2021 at 8:04 PM, heytom88 said: Hey @tuanphan - 1- I've disabled autoplay, thanks. 2- And I can make the font bold in the design site styles, yes. Cheers! Q1. Add to Design > Custom CSS /* Mobile slide fullheight */ @media screen and (max-width:640px) { body.homepage article.Index-gallery-item, .Index-gallery-wrapper.gallery-root { height: 100vh !important; } } Q2. Need to check in admin. Can you duplicate the site & add me as a contributor? I will 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
heytom88 Posted May 26, 2021 Author Share Posted May 26, 2021 @tuanphan Thank you! 1 - I added the code but created a black bar at the bottom - see attached screenshot. I'll duplicate site and add you so you can take a look, thanks so much for your help Link to comment
heytom88 Posted May 26, 2021 Author Share Posted May 26, 2021 @tuanphan whats your email address so I can add you? Thanks Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 1. Try adding code then reload 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
heytom88 Posted May 27, 2021 Author Share Posted May 27, 2021 Hey @tuanphan code added, reloaded and get the attached screenshot... Thanks Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 I see it is same as desktop. Or you want to remove black on footer on mobile? 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
heytom88 Posted May 28, 2021 Author Share Posted May 28, 2021 Hey @tuanphan Yeah the issue is mobile - the image doesnt stretch to the bottom, you see in screenshot there is the lighter grey strip, that shouldn't be there if the image stretches fully to the bottom? What do you think? Cheers Link to comment
heytom88 Posted June 4, 2021 Author Share Posted June 4, 2021 @tuanphan Hey mate - any thoughts on why this might be happening and how to fix? Also to the final point - the home page, needing a fix on how to have the headline split across three lines, forming forced line breaks on mobile.. so it's reading: Showhomes. Interior designed. One price. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.