Jump to content

tuanphan

Circle Member
  • Posts

    66,378
  • Joined

  • Last visited

  • Days Won

    532

Posts posted by tuanphan

  1. On 1/13/2022 at 10:04 AM, GSaad said:

    Unfortunately it's still doesn't seem to work. When I am in the Custom CSS screen it shows and as soon as I save it and refresh the page it disappears again.

     

    It looks like Animation conflict with the code, try this new code

    @media screen and (min-width: 768px) {
        #block-yui_3_17_2_1_1638761244808_11129>div {
            column-count:6;
            column-gap: 25px;
        }
    #block-yui_3_17_2_1_1638761244808_11129 * {
        opacity: 1 !important;
        transform: unset !important;
    }
    }
    
    @media screen and (max-width: 767px) {
        #block-yui_3_17_2_1_1638761244808_11129>div {
            column-count:2;
            column-gap: 20px;
        }
    #block-yui_3_17_2_1_1638761244808_11129 * {
        opacity: 1 !important;
        transform: unset !important;
    }
    }

     

  2. On 1/13/2022 at 5:42 AM, laurensmithart said:

    The code works great for the columns; however when I click on an item in the list it not only opens itself but another item as well. Can you check the glitch out and let me know if there's any code to correct this?

    https://www.thehost.co/product-recommendations

     

    Remove above & try this new code

    /* product recommendations */
    @media screen and (min-width:768px) {
    .tabs {
        column-count: 2;
    }
    }

     

  3. On 1/13/2022 at 5:32 AM, kayla13 said:

    Site URL: https://www.venturacoach.com/why-coaching

    I have a card carousel section in several pages on my website and they display fine on desktop but when I go to mobile I have to click an arrow to scroll through them and I want the cards to be displayed when I scroll down (vertically) instead of having to click an arrow. Does anyone have code for this? I've seen some code for blog posts but not for carousels. 

    Thanks!

    Add to Design > Custom CSS

    /* list carousel on mobile */
    @media screen and (max-width:767px) {
    ul.user-items-list-carousel__slides.user-items-list-carousel__slides--initialized {
        display: block !important;
    }
    li.user-items-list-carousel__slide.list-item.list-item-basic-animation {
        transform: unset !important;
        margin-bottom: 20px;
    }
    }

     

  4. section:first-child = first section on Main Content + first section on Footer

    You should change it to

    @media screen and (max-width:767px) {
    .homepage article section:first-child {
        height: 30vh !important;
        min-height: unset !important;
    }
    }

    (this code will target first section on Homepage Main Content Only)

  5. On 1/13/2022 at 3:31 AM, Poppyseeds said:

    You are the king!!!

    I modified this a bit:

    #block-8b839941f5d796fbef77 .design-layout-inline img {
      margin-right: 0 !important;
      top: 0 !important;
      height: auto !important;
      width: 100% !important;
      margin-bottom: 0 !important;
      border: 1.5px solid #968F87;
      padding: 4.5% !important;
    }

     

    I'm ultimately trying for a box type of effect like in the original photo, but am only getting two sides. Spent well over an hour trying to get it right...

    But, alas. 

    And I have to have this site done by Friday. I'm so lost!

    Thank you, Tuan.

    LISA OFFSET_adj.png

    LISA OFFSET.PNG

    You mean

    You mean, you want border same as first image?

  6. On 1/13/2022 at 2:57 AM, John_Isaacson said:

    great, 

    this is working, how do i get it to work on all forms throughout my site?  is it linked to the collection. id also like to add a little spacing between the title and the text. thanks so much for your help.

    Same text for all form or different?

  7. On 1/12/2022 at 11:13 PM, curingmom said:

    Site URL: https://www.curingmom.com/cart

    I recently received an email from customer stating she was unable to access her shopping cart to checkout. I found that my Shopping Cart title and items list begin showing quite far down the page. I instructed her to scroll down and she would find it. How do I remove all that space or add a page image or something to fix this?

    Add to Design > Custom CSS

    /* remove cart empty large header */
    body#cart div#banner-area {
        display: none;
    }

     

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