Jump to content

Code block for mobile only

Recommended Posts

I created a vertical line to use as a divider on a website I am building. The only way I could do it was with custom css and html. However it doesn't work for the mobile version of the website. Is there a way to hide this block of code for the mobile site? Thanks in advance. I can provide my source code if that helps.Β 

Link to comment
  • Replies 4
  • Views 2.1k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Hi, can't check without a link to your website or more details, but try the below. This will not show the selected element. You will need to replace with your block selector.

@media only screen and (max-width:640px) {
	your_line_block_reference {
		display: none!important;
	}
}

Β 

-------- >Β πŸ‘†Β <----------Β Please quote or @ meΒ when replying, or I won't get a notificationΒ 

Melody | Squarespace Nerd
e: melody@melodylee.tech


πŸ’»Β πŸ’β€β™€οΈΒ 1-2-1 Squarespace Training sessionΒ <- feeling stuck and want to learn?
πŸ‘©β€πŸ’»Β πŸ’β€β™€οΈΒ Website helpΒ <- send me your to-do list. From code to plugin to domain setup.
🧰 See the tools I use (contain affiliate links)
β˜•Β Did I help?Β I like coffeeΒ (Thank you)

Link to comment
  • 8 months later...

@ProtoregimotoΒ for the line to be hidden on mobile, you can add the below CSS code on that page

<style>
@media (max-width: 640px) {
    .vertical-line {
        display : none;
    }
}
</style>

Β 

Screenshot 2024-07-11 at 06.31.31.png

πŸ‘¨β€πŸ”§πŸ‘¨β€πŸ’»Β Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX

πŸ™‹β€β™‚οΈΒ Squarespace Custom Web Development & Design

πŸ“…Β Manage Tasks, Take Notes, and Upload Related Images

πŸ“ΉΒ Squarespace Tutorials for free - YouTubeπŸ“ΉΒ 

πŸ’―πŸš€ I have worked on over 200 Squarespace sites with custom code for over 9 years

πŸ™‹β€β™‚οΈΒ Let's connect on LinkedIn

Β 

Β 

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.