Jump to content

disable mobile version for ONLY one page on site

Recommended Posts

Add to Design > Custom CSS

/* Mobile-CV Page */
@media screen and (max-width:640px) {
div#page-5cd30b25e4966b6f5ed4719f .span-4 {
    width: 33.333% !important;
    float: left !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

thank you! I've got another question, if you don't mind!

how can I disable auto scaling for my info / contact page? I'd like to line the logo up with the text beneath it, but any adjustment of the browser window size ruins it. is there a way to set a threshold so it auto scales but only after being shrunk so far? www.bengoodman.com/info-contact

Link to comment

Hi Tuanphan

you helped me recently on my page. www.bengoodman.com/c-v

I've decided that I'd like to make ONLY this page full screen by removing the sidebar and title. I've done so with header code injection on the 'CV' page by using the following:

<style>
   #header { display: none; }
   #site > .wrapper { max-width: 100%; width: 100% !important; padding: 0; }
</style>

the problem is that there is still empty space where the sidebar/title were. how can I remove that space to the page content takes the full site width, again, ONLY on this 'CV' page. your help would be greatly appreciated!!

 

Thank you

Link to comment
On 6/8/2021 at 3:49 AM, bizballs said:

 

Hi Tuanphan

you helped me recently on my page. www.bengoodman.com/c-v

I've decided that I'd like to make ONLY this page full screen by removing the sidebar and title. I've done so with header code injection on the 'CV' page by using the following:

<style>
   #header { display: none; }
   #site > .wrapper { max-width: 100%; width: 100% !important; padding: 0; }
</style>

the problem is that there is still empty space where the sidebar/title were. how can I remove that space to the page content takes the full site width, again, ONLY on this 'CV' page. your help would be greatly appreciated!!

 

Thank you

Use this

<style>
div#pageWrapper {
    margin-left: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
}
div#canvasWrapper {
    margin: 0 auto;
}
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.