Jump to content

tuanphan

Circle Member
  • Posts

    64,901
  • Joined

  • Last visited

  • Days Won

    517

Posts posted by tuanphan

  1. 22 hours ago, rani said:

    I haven't solved it yet. The problem occurs on several pages on different sites, but here is the link for the one in the screenshot: https://poodle-gecko-3tan.squarespace.com  (password is: hello). Thanks!

    Because the total height of the sections is lower than the height of the screen, it will appear empty. And that space will use Site Background Color (Design > Site Styles > Colors)

    Add to Design > Custom CSS

    body.homepage {
        background-color: #c2c2c2;
    }

     

  2. On 4/16/2023 at 7:17 PM, labellesaisonshop said:

    Thanks for yor reply! I'm not quite sure what you mean though. I spoke to someone on support who said that it was possible but I'd need to add a code. I've seen quite a lot of posts on here too (though none of the codes work)

    Add this code to Page Header to redirect users to new page on mobile

    <script type="text/javascript">
    if (screen.width <= 767) {
    document.location = "https://google.com";
    }
    </script>

    replace google with mobile page url

  3. On 4/11/2023 at 8:47 PM, iozziocycles said:

    Hi the code above worked great for the websites home page drop down menus but it created a duplicate menu on the sites product pages. 

    How can I remove the duplicate? 

    I changed the text color to white in the site styles page but that changes the quantity text also to white.

    Thanks you sorry for the late response I hadn't noticed the error.  

    Which duplicate, can you take a screenshot?

  4. On 4/15/2023 at 3:08 AM, Sam-Logie said:

    Hi Tuanphan

    Here’s the link 

    https://samanthawade.co.uk/medik8/p/crystal-retinal-ceramide-eye

    this is just one specific product but I’d like the layout to change on all of them on mobile view if possible. 
     

    thanks again

    sam 

    Add to Design > Custom CSS

    @media screen and (max-width:767px) {
    .ProductItem-details-excerpt {
        order: 1 !Important;
    }
    .ProductItem-product-price {
        order: 2 !important;
    }
    }

     

  5. On 4/14/2023 at 9:29 PM, JonnyIlsley said:

    @tuanphan Would you be able to show me how I could use this code but apply it to every summary block excluding these summary blocks:

    #block-3e3a8fb0677b05b9467c
    #block-yui_3_17_2_1_1680625588392_25188
    #block-88491361d1ed9516cf34

    Thanks

    Use this code

    div:not(#block-3e3a8fb0677b05b9467c):not(#block-yui_3_17_2_1_1680625588392_25188):not(#block-88491361d1ed9516cf34) .summary-item-list * {
        transform: unset !important;
        opacity: 1 !important;
        transition-delay: unset !important;
        transition: unset !important;
    }

     

  6. Add to Design > Custom CSS

    @media screen and (max-width:767px) {
    .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] * {
        font-size: 20px;
    }
    .fe-641fc0581eada77a380a097a {
        grid-template-rows: repeat(15,minmax(24px, auto)) !important;
    }
    .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] ul {
        min-height: unset !important;
    }
    .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] .slide-content {
        margin:0 !important;
    }
    }

     

  7. On 4/14/2023 at 5:33 PM, LucieGbt1993 said:

    Hi, 

    I am encountering the same problem here. I tried the video background first but the playing on mobile doesn't work on every device and browser. 

    I used a video block instead but the height is too small on mobile. And I was wondering if there was a another way to increase the height (through CSS code or another trick)? 

    Here is an example : https://www.agencechaiten.com/home-1 - password : chaiten2023

    Thanks very much for your help

    Where is video block?

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