Jump to content

tuanphan

Circle Member
  • Posts

    65,221
  • Joined

  • Last visited

  • Days Won

    520

Posts posted by tuanphan

  1. On 2/4/2023 at 1:34 PM, Amanda Gonzalez said:

    Thanks for responding, tuanphan!

    The problem is on the landing page using mobile, so using a mobile browser/viewer, go to https://studiojournal.co, and you'll see my spacing issue there.

    I hope this helps!

    Thanks again.

    Amanda

    Because you are using Masonry Layout. Add this to Design > Custom CSS. Change 70px to adjust spacing

    /* Blog Masonry to grid mobile */
    @media screen and (max-width:767px) {
    div#BlogMasonryContainer {
        height: auto !important;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 70px;
    }
    div#BlogMasonryContainer>article {
        transform: unset !important;
        width: 100% !important;
        position: relative !important;
    }
    div#BlogMasonryContainer img {
        height: auto !important;
    }
    .blog-masonry .image-wrapper {
        height: auto !important;
    }}

     

  2. On 2/4/2023 at 7:54 AM, Lauren_C said:

    Hello,

    https://lifecycles-lca.squarespace.com/

    PW: lifecycles123

    I'm struggling to align the + icon at the right of the nav - can anyone help with that? 

    Many thanks! 


    •  

    1584687162_ScreenShot2023-02-04at11_00_01am.thumb.png.f058ca3b850cdb24bbc7d74e07600519.png

     

    1521690709_ScreenShot2023-02-04at11_13_59am.thumb.png.27ce701fe00d0d56ff3f1085437a5fea.png

     

    Add to Design > Custom CSS

    .header-menu-nav-folder-content a[data-folder-id] .header-menu-nav-item-content:after {
        float: right;
    }
    .header-menu-nav-item-content {
        display: block;
    }

    image.thumb.png.10d7727988ac4f4ff36c1672694fbc49.png

  3. On 2/4/2023 at 7:16 AM, Lauren_C said:

    Hello, 

    https://lifecycles-lca.squarespace.com/

    PW: lifecycles123

    I have forced the mobile menu on desktop and would like dropdown folders as in the first image: 

    1584687162_ScreenShot2023-02-04at11_00_01am.thumb.png.f058ca3b850cdb24bbc7d74e07600519.png

    I have reached out to Chris Schwartz-Edmisten to see if the plugin is compatible. But any help in the meantime would be appreciated. 

    1521690709_ScreenShot2023-02-04at11_13_59am.thumb.png.27ce701fe00d0d56ff3f1085437a5fea.png

    I'm struggling to align the + icon at the right of the nav - can anyone help with that? 

    Many thanks! 

     

    Have you found the solution yet?

  4. On 2/4/2023 at 5:20 AM, Dovely2023 said:

    Hi @tuanphan this was super helpful for us, but I noticed when I am previewing the site in the header it looks perfect but when I go to actually preview the link in a private browser the home page is all messed up. Do I need to adjust the css in some way? I'd appreciate your help! Screenshots below for reference. 

    https://penguin-toucan-s42t.squarespace.com/

    Password: DoveLove2023!

    Screenshot 2023-02-03 at 4.17.02 PM.png

    Screenshot 2023-02-03 at 4.16.53 PM.png

    Which exact steps did you do to achieve this? We can troubleshoot easier

  5. On 2/4/2023 at 4:50 AM, anthonyrichardson said:

    Hi Tuanphan,

     

    Yes please, still looking to add padding to the right-side of the blog collections page.

    Add to Design > Custom CSS > then save & reload the site

    @media screen and (min-width:768px) {
    .blog-masonry.collection-content-wrapper {
        padding-right: 10vw !important;
    }
    }

     

  6. On 2/4/2023 at 2:26 AM, adurward said:

    The issue is that the code is not showing up at all. When I first enter it I see a preview of what it is supposed to look like on the page, but then I click save and it disappears along with the rest of my page. When you checked it I had inserted <style></style> around it because I had read on some squarespace page that was necessary, which allowed the header and footer to load again but the code still didn't appear. 

    Screen Shot 2023-02-03 at 1.23.45 PM.png

    Screen Shot 2023-02-03 at 1.23.55 PM.png

    Your embed code uses http link. But SS supports https only

    <script src="http://daar.rdeskbw.com/kevin-porter/listing/listingsearch.aspx" width="100%" height="100%" frameborder="0"></script>

    Try checking the site where you got the code & find to see if they can provide https link

     

  7. On 2/4/2023 at 2:36 AM, JKDwebsite said:

    This is really helpful - Is there a way to make the background go lighter instead of darkened? I tried replacing it with "lighten" but doesn't work. Thank you!!

    Change this line

    background: rgba(0,0,0,0.5);

     

    On 2/4/2023 at 3:12 AM, JKDwebsite said:

    Any chance you can share the CSS code you used for "added some more code to create a line break instead of the ellipses."

     

    What should it look like?

  8. On 2/4/2023 at 1:59 AM, emilyks said:

    Thanks for your reply! I don't think I have any custom CSS that would affect this part of of the page (although I do have a couple custom fonts added, but it doesn't look like that's interfering).

    It's one of my product pages, for example this one: https://www.emilykeatingsnyder.com/prints/print-pink-dust-cornflower

    Add to Home > Design > Custom CSS to fix problem

    @media screen and (max-width:767px) {
    .ProductItem-relatedProducts-grid .product-price {
        line-height: 30px !important;
    }
    }

     

  9. On 2/4/2023 at 1:49 AM, black_rooster said:

    I am not sure that I understand you well.  😐
    What do you mean by keeping the code in CSS box?
    It is still in Design > Custom CSS.

    I meant add & keep code in CSS Box, do not remove it.

    Currently I don't see the code in CSS box. Can you take a screenshot of CSS box?

  10. On 2/3/2023 at 9:33 PM, melmotz said:

    @tuanphan Wondering about something similar for a client site.

    We want the image slideshow to be full-screen regardless of the browser size, without any scrolling. We have this working for some screen sizes, but not if the screen gets taller or smaller. 

    We also want the scrolling banner to stick to the bottom of the homepage regardless of browser size. Currently the scrolling banner is a block in a section of the homepage (same section as the slideshow). We could potentially move it to footer if that is helpful, though not sure we want it to appear on every page.

    https://goose-ferret-j3rk.squarespace.com/

    pw: smalls

    Thanks in advance for any help!

    Don't remove any code in your current code.

    Add this to Design > Custom CSS
     

    article section:first-child {
        height: calc(~"100vh - 174px") !important;
    }
    .fe-block-2d2f0fafb27928d18387 {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

     

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