Jump to content

JayVanDyke

Circle Member
  • Posts

    369
  • Joined

  • Last visited

Posts posted by JayVanDyke

  1. @abigailallen I think I'm looking at the same spot on your site. You might need to get a more specific selector.

    Try this

    .sqs-block-summary-v2 {
    
        .summary-title .summary-title-link,
        .summary-heading .summary-collection-title {
            font-family: 'proxima-sera' !important;
            font-weight: 300 !important;
            font-size: 18px !important;
            color: #ccccc !important;
            text-transform: none !important;
            font-style: none !important;
        }
    }
    
    @media only screen and (max-width: 640px) {
        .user-items-list-simple {
            //change these for side padding on mobile
            padding-left: 4vw !important;
            padding-right: 4vw !important;
        }
    }
  2. @Jefferson0123 Try this, replace what you have with this CSS code. It has some higher specificity and I added the !important to try to override the original styles.

     

    /* Hoowla quote button */
    
    .sqs-block-code a.hoowla-quote-button {
        padding: 1.2rem 2.004rem !important;
        background-color: #90bd37 !important;
        border: 1px solid rgba(0,0,0,0) !important;
        border-radius: 5em !important;
        color: #fff !important;
        text-decoration: none !important;
        text-transform: none !important;
        font-family: Rockwell,"Helvetica Neue",Helvetica,sans-serif !important;
        font-size: 1.3rem !important;
        font-weight: 400 !important;
    }

     

  3. So basically I just made a section and added a marquee. Then with some javascript I moved it up to the banner section and added some basic CSS. There is much more css to add to fix things with screen sizes and most likely issues with overlapping the top banner and ideally it would be coded so that in edit mode the block is still in its section so you can make changes and I'd probably do it in the footer instead so that it can show on every page. This was just a quick and dirty version. I'll DM you with some ideas.

  4. I would do it in a classic engine section and put all the videos into columns the way you want and then edit the top padding in the video block to adjust for each video style. The grid gets really weird when you mess with padding inside the containers. When I do this I usually try to use some css selector from the video blocks that can be more generic than the ones you're using. I've had a few client sites where I did this but it is a custom solution. If you want to set up a classic page section with your videos stacked in columns I can look and see how complicated it would be to write up some CSS.

  5. @media only screen and (max-width: 640px) {
      .sqs-block-summary-v2 .summary-block-setting-design-list {
        .summary-thumbnail-outer-container {
          width: 100% !important;
        }
        .summary-thumbnail-container {
          padding-right: 0 !important;
        }
        .summary-content {
          width: 100% !important;
        }
        .summary-title, .summary-excerpt, .summary-read-more-link, .summary-metadata-item {
          padding-left: 0 !important;
        }
      }
    }

    @bbradley do you want this for every list summary block on the site? If so just change the code to this.

     

  6. try it like this instead

    @media only screen and (max-width: 640px) {
      #block-9184d00069f6322414f9.sqs-block-summary-v2 .summary-block-setting-design-list {
        .summary-thumbnail-outer-container {
          width: 100% !important;
        }
        .summary-thumbnail-container {
          padding-right: 0 !important;
        }
        .summary-content {
          width: 100% !important;
        }
        .summary-title, .summary-excerpt, .summary-read-more-link, .summary-metadata-item {
          padding-left: 0 !important;
        }
      }
    }

     

  7. ahh yea, I was looking at the wrong page. See if this works, some of your code might override it but if you put it in we can inspect and figure out how to get it to work.

    @media only screen and (max-width: 640px) {
      .sqs-block-summary-v2 .summary-block-setting-design-list {
        .summary-thumbnail-outer-container {
          width: 100% !important;
        }
        .summary-thumbnail-container {
          padding-right: 0 !important;
        }
        .summary-content {
          width: 100% !important;
        }
        .summary-title, .summary-excerpt, .summary-read-more-link, .summary-metadata-item {
          padding-left: 0 !important;
        }
      }
    }

     

  8. Seems ok to me at the moment but sometimes those images get hard coded numbers generated by a script when they load. Maybe this will work? This will probably break your focal points if you've got those set on your images anything other than center but it should make them be sure to fill the container.

     

    @media only screen and (max-width: 640px) {
      .sqs-gallery-design-carousel .summary-thumbnail img {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        object-fit: cover !important;
        object-position: center !important;
      }
    }

     

  9. @renee.hartwick
    have you tried using safe mode? in the editor after "/config/" put "safe" so it should look like this

    yourinternalurl.squarespace.com/config/safe

    the other thing I would try is to get rid of literally all of the css and paste it into a plain text editor to save for just a moment to see if that's it. It looks to me like someone has manipulated the size of an element inside of a fluid engine container. I've had things look like this on sites where I had to adjust the sizing for portrait style video and it kind of breaks the editor a bit when you're working on that section. If it's happening in all of them I wonder if there's some generic css that's affecting the whole site. I've had to do this a few times, it's such a nightmare finding the issue.

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