Jump to content

Reduce space between site title and next block on Desktop only

Recommended Posts

Posted

Site URL: https://daisy-tarpon-72er.squarespace.com/portfolio

I have used this code to reduce spacing on the home page between the site title and the slideshow:

/*Move slideshow up to bottom of title header on Desktop only */
@media screen and (min-width: 401px)
{
  .gallery-fullscreen-slideshow-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 93%;
  height: 93%
 }
}

I added width and height as the right hand side of the image, without these property values, runs to full bleed.  I don't think this is correct but don't know how to fix it.

Ideally, I'd like to remove the padding from blocks under the site title on all pages.  There must be a global class that I could use but I am not sure which one.

Can anyone help @tuanphan ?

Thanks

PW: Help123

  • Replies 1
  • Views 628
  • Created
  • Last Reply
Posted
On 3/27/2021 at 4:09 PM, fmfm said:

Site URL: https://daisy-tarpon-72er.squarespace.com/portfolio

I have used this code to reduce spacing on the home page between the site title and the slideshow:

/*Move slideshow up to bottom of title header on Desktop only */
@media screen and (min-width: 401px)
{
  .gallery-fullscreen-slideshow-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 93%;
  height: 93%
 }
}

I added width and height as the right hand side of the image, without these property values, runs to full bleed.  I don't think this is correct but don't know how to fix it.

Ideally, I'd like to remove the padding from blocks under the site title on all pages.  There must be a global class that I could use but I am not sure which one.

Can anyone help @tuanphan ?

Thanks

PW: Help123

try

@media only screen and (min-width: 768px) {
      #page .page-section:first-child .content >:first-child {
        padding-top: 0;
      }
}

image.thumb.png.079e66f0f2de65a906824fd98c1ab454.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> No-code customisations for Squarespace

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.