Ellares Posted May 3 Share Posted May 3 Hi everyone. Really need some help please! I am using Wells 7.0 and would like my main homepage to have a full bleed image to fill the entire page. I would love it if my site title and navigation contents could be transparent so the main image can be seen behind. Does anyone know any coding for this? Here is a screenshot of my homepage. As you can see there is white space around the border. This will not be the chosen image but it is an example. I have also attached a screen shot of a website that I like. Thank you so much in advance, Ella Link to comment
tuanphan Posted May 6 Share Posted May 6 Hi, What is site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ellares Posted May 6 Author Share Posted May 6 Hi Tuanphan,  Thanks for your reply! The URL is orb-lettuce-mngc.squarespace.com (currently very basic 😆)  Link to comment
tuanphan Posted May 9 Share Posted May 9 On 5/6/2023 at 4:08 PM, Ellares said: Hi Tuanphan,  Thanks for your reply! The URL is orb-lettuce-mngc.squarespace.com (currently very basic 😆)  Can you use another image with no white border on left? We can test some code to achieve below easier Quote my site title and navigation contents could be transparent so the main image can be seen behind.  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ellares Posted May 18 Author Share Posted May 18 On 5/9/2023 at 8:26 AM, tuanphan said: Can you use another image with no white border on left? We can test some code to achieve below easier  Thanks, I have just changed the image to one with less white 🙂 Link to comment
Solution tuanphan Posted May 22 Solution Share Posted May 22 On 5/19/2023 at 1:30 AM, Ellares said: Thanks, I have just changed the image to one with less white 🙂 Add to Design > Custom CSS body.homepage div#pageWrapper { margin-left: 0 !important; width: 100% !important; } body { overflow-x: hidden; } body.homepage div#canvas { padding: 0 !important; }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ellares Posted May 22 Author Share Posted May 22 16 hours ago, tuanphan said: Add to Design > Custom CSS body.homepage div#pageWrapper { margin-left: 0 !important; width: 100% !important; } body { overflow-x: hidden; } body.homepage div#canvas { padding: 0 !important; }  Wow! thank you so much Tuanphan! I really appreciate your help 🙂 Link to comment
Ellares Posted May 22 Author Share Posted May 22 I notice it works perfect for desktop viewing but on iPad/phone it still appears with a white block. Is this something that can be changed with code? thank you again 🙂 Link to comment
tuanphan Posted May 25 Share Posted May 25 Add this code under div#block-yui_3_17_2_1_1683126120335_3903 { padding: 0 !important; }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ellares Posted June 1 Author Share Posted June 1 On 5/25/2023 at 9:47 AM, tuanphan said: Add this code under div#block-yui_3_17_2_1_1683126120335_3903 { padding: 0 !important; } Â Hi Tuanphan, Unfortunately it didn't fill the mobile/tablet screen. It still has a white border along the top. Do you think more padding can be removed? Thanks in advance, Ella Link to comment
tuanphan Posted June 2 Share Posted June 2 On 5/6/2023 at 4:08 PM, Ellares said: Hi Tuanphan,  Thanks for your reply! The URL is orb-lettuce-mngc.squarespace.com (currently very basic 😆)  You mean like this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ellares Posted June 5 Author Share Posted June 5 On 6/3/2023 at 12:39 AM, tuanphan said: You mean like this? Yes that would be great 🙂 Link to comment
tuanphan Posted June 8 Share Posted June 8 On 6/3/2023 at 6:39 AM, tuanphan said: You mean like this? The site is private now. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ellares Posted June 8 Author Share Posted June 8 2 hours ago, tuanphan said: The site is private now. Can you check it again? I have made it public again 🙂 Link to comment
Ellares Posted June 8 Author Share Posted June 8 3 minutes ago, Ellares said: I have made it public again 🙂 I just made it password protected - password is 1234 Link to comment
tuanphan Posted June 11 Share Posted June 11 On 6/3/2023 at 6:39 AM, tuanphan said: You mean like this? Try adding to Design > Custom CSS for mobile @media screen and (max-width:640px) { body.homepage section#page { position: absolute; top: 0; left: 0; width: 100vw; overflow: hidden; } body.homepage { overflow: hidden !important; } }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment