Jump to content

mobile version width inaccurate on landscape mode

Recommended Posts

  • Replies 7
  • Views 1.7k
  • Created
  • Last Reply

Top Posters In This Topic

On 10/24/2023 at 4:03 AM, anaelmasri said:

yes and the overall width of the layout doesnt bleed full screen (right and left) when the phone is horizontal

Try adding to Website Tools (under Not Linked) > Custom CSS
 

/* Align image on mobile landscape */
@media screen and (max-width:767px) and (orientation:landscape) {
div#block-72332f62cf3b7a3d60d4 .sqs-image {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: relative;
    top: 100px;
}
}

 

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
16 hours ago, tuanphan said:

Try adding to Website Tools (under Not Linked) > Custom CSS
 

/* Align image on mobile landscape */
@media screen and (max-width:767px) and (orientation:landscape) {
div#block-72332f62cf3b7a3d60d4 .sqs-image {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: relative;
    top: 100px;
}
}

 

unfortunately it still shows the white sides and you manually have to zoom in to get full screen bleed in landscape mode. 

Link to comment
  • 3 weeks later...

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.