SelwynGoodman Posted March 31 Share Posted March 31 How do I remove the top image from the mobile view but leave it how it is on the desktop view. Thank you! Link to comment
Web_Solutions Posted March 31 Share Posted March 31 Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media only screen and (max-width: 767px) { .fe-block-36c9d9a4c1bba7300df7 { display: none !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
SelwynGoodman Posted March 31 Author Share Posted March 31 1 hour ago, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media only screen and (max-width: 767px) { .fe-block-36c9d9a4c1bba7300df7 { display: none !important; } } Thank you, I’ve tried it but all it’s done is removed the image, the space is still there. Is it possible to remove the space also? Thank you for the help! Link to comment
Solution Web_Solutions Posted April 1 Solution Share Posted April 1 9 hours ago, SelwynGoodman said: Thank you, I’ve tried it but all it’s done is removed the image, the space is still there. Is it possible to remove the space also? Thank you for the help! You can remove the space by editing the mobile version. tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
SelwynGoodman Posted April 1 Author Share Posted April 1 19 minutes ago, Web_Solutions said: You can remove the space by editing the mobile version. I’ll give that a try thank you! For the meantime I’ll mark it as a solution but if any issue, is it okay if I message you? Link to comment
Web_Solutions Posted April 1 Share Posted April 1 Just now, SelwynGoodman said: I’ll give that a try thank you! For the meantime I’ll mark it as a solution but if any issue, is it okay if I message you? Sure! If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
tuanphan Posted April 1 Share Posted April 1 14 hours ago, SelwynGoodman said: Thank you, I’ve tried it but all it’s done is removed the image, the space is still there. Is it possible to remove the space also? Thank you for the help! In case you still can't solve this, you can keep your current code then use this CSS code under @media screen and (max-width: 767px) { .fe-660135df97084b29e8e466ad { grid-template-rows: repeat(14, minmax(24px, auto)) !important; } .fe-block-5383ca0efba4fcad47db { grid-area: ~"2 / 2 / 4 / 10" !important; } .fe-block-2351c206f7400897890f { grid-area: ~"4 / 2 / 11 / 10" !important; } .fe-block-c0de7060de495da66e53 { grid-area: ~"11 / 2 / 13 / 6" !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