Floe Posted March 31 Share Posted March 31 Hi there. I wish to have an element overlappen between section: section[data-section-id="65ed6d124039a95ab3778552"] to section: section[data-section-id="6608a703c1ab2547cafc8283"] which contains testimonials, but is doesn't show on section 2 with the testimonials. I have used a code, that I normally use for this function, but I guess it's because of the testimonial slider it doesn't work. Would anyone be able to help me with this? Thank you very much. www.anjaflo.dk password: Isdans11 Link to comment
tuanphan Posted April 2 Share Posted April 2 You need to move to this position? 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
Floe Posted April 2 Author Share Posted April 2 2 hours ago, tuanphan said: You need to move to this position? No. Further down. I actually just want it to be placed where it is, but I want the buttom of the circle to be shown. It gets hidden now for some reason, but it says overflow: visible!important; in the css @media only screen and (min-width: 900px) { div#block-b6cf4535b35817f1e94c { position: relative; margin-top: 70px; overflow: visible!important; }} Link to comment
Floe Posted April 5 Author Share Posted April 5 On 4/2/2024 at 4:09 PM, tuanphan said: You need to move to this position? Can you help me with that? Link to comment
tuanphan Posted April 7 Share Posted April 7 On 4/5/2024 at 3:28 PM, Floe said: Can you help me with that? You can use this code to Website > Website Tools > Custom CSS div#block-b6cf4535b35817f1e94c { margin-top: 0; } @media screen and (min-width: 768px) { .fe-block-b6cf4535b35817f1e94c { grid-area: ~"2 / 4 / 9 / 9" !important; }} @media screen and (max-width: 768px) { .fe-65ed6d124039a95ab3778551 { grid-template-rows: repeat(7, 1em) !important; } .fe-block-b6cf4535b35817f1e94c { grid-area: ~"2 / 3 / 8 / 9" !important; } .fe-block-016bdf80eb4ce5dd1ac1 { grid-area: ~"2 / 3 / 5 / 9" !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
Create an account or sign in to comment
You need to be a member in order to leave a comment