Jump to content

minnieosc123

Member
  • Posts

    31
  • Joined

  • Last visited

Posts posted by minnieosc123

  1. 52 minutes ago, Beyondspace said:

    You can try adding to Home > Design > Custom Css

    [data-folder="root"] .header-menu-nav-folder-content:first-child {
      margin-bottom: 20%;
    }

     

    Thanks this works but I've now added another page and it's squished up against the other menu item  now. Please can i increase the spacing here too?

  2. On 11/30/2022 at 9:07 PM, Beyondspace said:

    We can add 2 sections/images and use css code to hide the appropriate element based on the media query of device.

    You can add 1 more and share the direct link to this page so I can give the css code

    Thank you. I've added the extra pic on the homepage for mobile. So the 2nd image is for mobile. its alwaysajt.com

  3. 37 minutes ago, Beyondspace said:

    We can add 2 sections/images and use css code to hide the appropriate element based on the media query of device.

    You can add 1 more and share the direct link to this page so I can give the css code

    Thanks, yes please. It's alwaysajt.com

  4. On 11/13/2022 at 6:52 PM, tuanphan said:

    Your site, use this code

    <style>
      footer#footer-sections {
        display: none !important;
    }
      @media screen and (max-width:991px) {
    article section {
        height: 100vh !important;
    }
      }
    </style>

     

    Thanks Tuanphan this has worked, however it has created a large space between my header and content. Although when I look at it in mobile editing mode the spacing looks fine!

  5. On 10/21/2022 at 11:28 AM, creedon said:

    Your CSS is invalid.

    Use the following.

    .homepage #header,
    .homepage #footer-sections,
    
      {
      
        display : none;
        
        }

    Let us know how it goes.

    HI Creedon, I am trying to remove my footer on just my homepage (alwaysajt.com) - this has worked, thank you. HOWEVER  when looking on mobile (on my actual device and not just in mobile mode when editing) there;s a big gap at the bottom where the footer used to be. Please help! Thanks

  6. On 11/6/2022 at 9:40 PM, tuanphan said:

    Use this new code (Page Header)

    <style>
      footer#footer-sections, header#header {
        display: none;
    }
      article section {
        height: 100vh !important;
    }
    </style>

     

    Hi, thanks this has worked but it's also removed my header. When I edit the code to remove the header bit it also removes the footer!!

     

  7. On 6/8/2020 at 11:28 PM, tuanphan said:

    Add to Page Settings > Advanced > header

    <style>
      footer#footer-sections {
        display: none;
    }
      header#header {
        display: none;
    }
    </style>

     

    Hi Tupan, this worked for me on my homepage at alwaysajt.com (I just wanted to remove the footer so edited the code) however when  looking at the page in mobile theres a big gap at the bottom. Please help! Thanks, Jessica

  8. On 11/3/2022 at 12:50 AM, bangank36 said:

    Try adding to Home > Design > Custom Css

    @media only screen and (max-width: 767px) {
      section[data-section-id="633c240afe2c8c221626920e"] {
        height: 100vh;
      }
    }

    Let me know how it works on your site

    Support me by pressing 👍  or marking as solution if this useful for you

    This actually creates a large gap on the homepage

  9. Hi, my site is alwaysajt.com. I used CSS to remove the footer on the homepage and now I'm left with a bit of a strange gap at the bottom on mobile.

    The code I used was the one below and I put it into a code block on the  homepage

    <style>
      .header, #footer-sections{
        display:none !important;
      }
    </style>  

    Thanks

     

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