Jump to content

tuanphan

Circle Member
  • Posts

    64,819
  • Joined

  • Last visited

  • Days Won

    517

Posts posted by tuanphan

  1. 22 hours ago, Naoms said:

    It has successfully taken it off from the event page description, but i was trying to hide it from only the event listings!
    Thank you!

    With list page, use this CSS code

    li.eventlist-meta-item.eventlist-meta-address.event-meta-item {
        display: none !important;
    }

     

  2. On 4/21/2024 at 3:42 PM, jessicapoundstone said:

    Yes of course! This site is at https://marthagies.com/. The images shown are of the home page, but I am hoping to reduce the padding in the same way on all pages. Thank you!

    You can use this code to Website > Website Tools > Custom CSS

    section#content {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

     

  3. On 4/21/2024 at 7:58 AM, caila said:

    No, unfortunately, we're still looking for a solution for this, as it looks cropped on actual mobile (tested on iPhone, both Safari and Chrome)

    You want to resize and stacked it or keep it same as on desktop?

    image.thumb.png.7da422e041a173b9b76475d39122a869.png

  4. On 4/21/2024 at 8:29 AM, daniellemusarra said:

    Hello! I've just used this code on my site and it mostly works but the whole circle isn't showing (cut in half) in the testimonial section (middle of home page). I'm wondering if I could please get some help with this. TIA!

    my site is: https://grouse-pepper-fl3e.squarespace.com/home
    PW: 123

    This is the code I currently have:

    /* testimonial */
    .user-items-list-item-container[data-section-id="6620f888fb5a3200413e988f"] {
    .user-items-list-carousel__media-container {
        position: absolute;
        top: -100px;
        z-index: 999999;
        left: 50%;
        transform: translateX(-50%);
    }
    .user-items-list-carousel__gutter {
        overflow: visible;
    }
    li.user-items-list-carousel__slide {
        padding-top: 120px !important;
    }}
    body {
        overflow-x: hidden;
    }

    Screen Shot 2024-04-21 at 11.27.43 am.png

    You can use this CSS code under above code

    .user-items-list-carousel__slides-revealer {
        overflow: visible !important;
    }
    body, html {
        overflow-x: hidden;
    }

     

  5. Remove code I sent & use this new code

    @media screen and (max-width:767px) {
    body#collection-65fc9bf1c73e51445842803e {
    .gallery-grid-wrapper {
        grid-gap: 5px !important;
        width: 100% !important;
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
    .gallery-grid-item img {
        min-height: 135px;
        position: static !important;
    }
    
    .gallery-grid-item-wrapper {
        padding: unset !important;
        height: auto !important;
    }
    
    a.gallery-grid-image-link {
        position: static !important;
    }
    }}

     

  6. On 4/20/2024 at 1:11 AM, CarlyFly said:

    Hi,

    I am having the same issue of making this

    top banner: section[data-section-id="661f53df287ca660754dd879"] shrink in mobile view. I've tried multiple codes and they are not working.

    https://www.asianpilots.org/nexgen-takeoff

    Please help!

    Thanks,

    Carly

    You can use this code to Website > Website Tools > Custom CSS

    @media screen and (max-width:991px) {
    [data-section-id="661f53df287ca660754dd879"] {
        min-height: unset !important;
        margin-top: 5vh;
    }
    }

     

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