deniselibelle Posted April 3, 2021 Share Posted April 3, 2021 Hello, I like to change the image size of an image in an image block so there's no frame around the image itself. The other side of the image block should still contain my text + button. Can someone help me and has a css? I'm using version 7.1. THANK YOU! Would be amazing if someone could help me here. Link to comment
tuanphan Posted April 10, 2021 Share Posted April 10, 2021 Hi. Can you share link to page where you insert image? We can help 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
deniselibelle Posted April 13, 2021 Author Share Posted April 13, 2021 Hi, it's https://www.rustyling.com/ 🙂 I like to have all 3 images in the 3 image blocks as big as the frame, the other side of the image block with text and button should remain the same. Thank you! Link to comment
tuanphan Posted April 17, 2021 Share Posted April 17, 2021 On 4/13/2021 at 4:38 PM, deniselibelle said: Hi, it's https://www.rustyling.com/ 🙂 I like to have all 3 images in the 3 image blocks as big as the frame, the other side of the image block with text and button should remain the same. Thank you! Hi. You mean remove this spacing? 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
deniselibelle Posted April 20, 2021 Author Share Posted April 20, 2021 Yes exactly! Thank you! 🙂 Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 11 hours ago, deniselibelle said: Yes exactly! Thank you! 🙂 Add to Design > Custom CSS /* Visual images */ [data-section-id="60684b9531e2bd009b5b6591"] .content-wrapper { padding-left: 0 !important; } /* work with me image */ [data-section-id="60684683ed66ba3ee892c7dd"] .content-wrapper { padding-right: 0 !important; } /* about image */ [data-section-id="60683253c3cea02b2d4fb112"] .content-wrapper { padding-left: 0 !important; } 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
deniselibelle Posted April 21, 2021 Author Share Posted April 21, 2021 Thank you, so the padding on the side is gone 🙂 But is it possible to also delete the frame below and above? The inspiration is this site: https://maleneknudsen.com/overview/ Thank you! 🙂 Link to comment
deniselibelle Posted April 23, 2021 Author Share Posted April 23, 2021 + I recognized that in the mobile version the text is then also very close to the mobile frame, so it doesn't look good. Is there any other option? Link to comment
tuanphan Posted April 23, 2021 Share Posted April 23, 2021 3 hours ago, deniselibelle said: + I recognized that in the mobile version the text is then also very close to the mobile frame, so it doesn't look good. Is there any other option? Remove above code & use this new code @media screen and (min-width:768px) { /* Visual images */ [data-section-id="60684b9531e2bd009b5b6591"] .content-wrapper { padding-left: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; } /* work with me image */ [data-section-id="60684683ed66ba3ee892c7dd"] .content-wrapper { padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; } /* about image */ [data-section-id="60683253c3cea02b2d4fb112"] .content-wrapper { padding-left: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; } } 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
deniselibelle Posted April 27, 2021 Author Share Posted April 27, 2021 I don't know why but there's still a frame above and below the picture. Link to comment
tuanphan Posted May 3, 2021 Share Posted May 3, 2021 On 4/27/2021 at 9:38 PM, deniselibelle said: I don't know why but there's still a frame above and below the picture. Hi. Can you take a screeshot? 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
deniselibelle Posted May 5, 2021 Author Share Posted May 5, 2021 Above it's how it looks with the code you gave me. Below it's my inspiration website and the way I like how it looks: Link to comment
deniselibelle Posted May 5, 2021 Author Share Posted May 5, 2021 So now frame above, below and between the images. Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 On 5/5/2021 at 8:04 PM, deniselibelle said: So now frame above, below and between the images. Hi. You want to remove these spacing? 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
deniselibelle Posted May 11, 2021 Author Share Posted May 11, 2021 Exactly, like in my example below: Link to comment
tuanphan Posted May 16, 2021 Share Posted May 16, 2021 On 5/11/2021 at 6:36 PM, deniselibelle said: Exactly, like in my example below: To remove that top/bottom spacing, you need to remove text first... 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
deniselibelle Posted May 19, 2021 Author Share Posted May 19, 2021 Do you mean the text above the picture (Natural.Contemporary.Authentic)? Because the text and button next to the picture should remain. Link to comment
tuanphan Posted May 20, 2021 Share Posted May 20, 2021 21 hours ago, deniselibelle said: Do you mean the text above the picture (Natural.Contemporary.Authentic)? Because the text and button next to the picture should remain. You can't remove top padding without removing red text. 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
deniselibelle Posted May 21, 2021 Author Share Posted May 21, 2021 Hey, I deleted the text above 🙂 The space above the pictures is gone now but there's still frame on the side and below the picture. Link to comment
tuanphan Posted May 24, 2021 Share Posted May 24, 2021 On 5/21/2021 at 5:53 PM, deniselibelle said: Hey, I deleted the text above 🙂 The space above the pictures is gone now but there's still frame on the side and below the picture. Don't remove any code in your current code First, remove Spacer Block under image, next add this to Design > Custom CSS body.homepage article section:nth-child(n+2) .content-wrapper { padding-left: 0 !important; padding-bottom: 0 !important; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.