Jump to content

Phyo

Member
  • Posts

    5
  • Joined

  • Last visited

Phyo's Achievements

  1. Site URL: https://www.phyo.es Hi everyone! I have an unexpected horizontal scroll on mobile. It affects to the menu. I have this css code and it runs in the rest of the page but not in the mobile version of the homepage. body { overflow-x: hidden: } Could someone have a look and tell me why? The website is: https://www.phyo.es and the password: phyoconcept I add a screenshot:
  2. You're right! sorry! the password is phyoconcept Thank you!
  3. Hi Paul, I tried deleting de "<style></style>" and adding the code con the Custom CSS and it doesn't work. Do you know some another solution? Thank you!
  4. Site URL: https://www.phyo.es Hi my friend, im trying to add a vertical line on my website. I use this code: <div class="home__verticalline"> </div> <style> .home__verticalline { position: absolute; height: 2200px; border-left: 1px solid #d6ccc4; left: 50%; } </style> But I want to hide it when im on mobile so I add this media query: <style> @media only screen and (max-width: 700px) { .home_verticalline { display: none; } } </style> I think my code is OK, but when I check the website on mobile the "media query" doesn't run. I add some screenshots. Could you help me, please??
×
×
  • 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.