Jump to content

How do I remove the top image from the mobile view but leave it how it is on the desktop view?

Go to solution Solved by Web_Solutions,

Recommended Posts

  • Replies 6
  • Views 700
  • Created
  • Last Reply

Top Posters In This Topic

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
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!

IMG_8886.png

Link to comment
  • Solution
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!

IMG_8886.png

You can remove the space by editing the mobile version. 

Screenshot_139.png

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
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
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!

IMG_8886.png

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.