Jump to content

disable mobile version for ONLY one page on site

Recommended Posts

  • Replies 6
  • Views 802
  • Created
  • Last Reply

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • 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.