BillChesney Posted February 17, 2021 Share Posted February 17, 2021 (edited) Site URL: https://olllam2.squarespace.com pass: shimmin I can't seem to control that background image at the top (the vines). I don't want it to be stretched out like that... I'd like it to fill like 75% of the screen, top/center. Any ideas? Edited February 17, 2021 by BillChesney Link to comment
tuanphan Posted February 19, 2021 Share Posted February 19, 2021 Hi. You want to reduce image width?? 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
julie-b Posted March 5, 2021 Share Posted March 5, 2021 The background images are not actually background images. They are images inside a div with a class of background image. I was able to reposition my background image to position at the top of the section using object-position. .section-background img { object-position: 50% 0 !important; } I can NOT, however figure out how to target a specific background image. I see id's assigned in the JS, but haven't figured out if we can use those to target an image. Can you help!?!?!? Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 On 3/6/2021 at 4:18 AM, julie-b said: The background images are not actually background images. They are images inside a div with a class of background image. I was able to reposition my background image to position at the top of the section using object-position. .section-background img { object-position: 50% 0 !important; } I can NOT, however figure out how to target a specific background image. I see id's assigned in the JS, but haven't figured out if we can use those to target an image. Can you help!?!?!? You can target data-section-id 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