Jump to content

isobeleastwood

Member
  • Posts

    33
  • Joined

  • Last visited

Posts posted by isobeleastwood

  1. Hey @tuanphan @Jia

    I am having an issue and you guys have both helped me immensely in the past so I am hoping to get your direct advice.

    I need to make one image show up in the first section on my homepage when I am on desktop, 

    and then ANOTHER, different image show up in the same section, on the homepage, but this time - on mobile only.

    I have tried a tutorial and done the following CCS (but in the page code heading injector): 

    45476423_ScreenShot2022-03-29at6_55_26pm.thumb.png.b716b61bf52c7ef1386e592b6098693c.png

    But it didn't work.

    This is what I currently get:

    90462659_ScreenShot2022-03-29at6_54_05pm.thumb.png.f8457095d4ec328b1fad8a5079d3c6f4.png

    I want to use this for mobile:

    190488357_phoneheader-01.thumb.png.7edc275d0209967635b13f90784c1474.png  

    and this for desktop:

    2105634962_websiteheader-01.thumb.png.75d2a075e93daa4b0f8797d977cf65a6.png

  2. Site URL: https://www.stuffbystink.com

    Hi 🙂

    Need to find a way to have ONE image show up on desktop only, and then ANOTHER image show up for mobile only.

    I want to have this image for desktop:

    395454049_Smaller11.thumb.jpg.2c7d4c18842cf2ff0489f4326d2561ef.jpg

    and this for mobile:

    923159240_phoneheader-01.thumb.png.b80e677b7f0ec282b3613410f28fc03e.png

    I currently have this for both (it just looks too small on mobile and doesn't work very well):

    2145092577_ScreenShot2022-03-23at4_16_07pm.thumb.png.692cc12facb139e5a01da58495a5b1e1.png

    159359085_ScreenShot2022-03-23at4_16_18pm.thumb.png.143ce9fc51de58e089f004984bd188a6.png

     

    I'd also love to be abole to add a bit more padding / width on the sides of the desktop image to decrease the image overall size? (but maintain the actual image itself / no crop)

     

    Thankyou!!!!

     

  3. Site URL: https://www.stuffbystink.com

    Hi 🙂

    My image doesn't crop well to mobile size, but if I use custom CSS to maintain its original width, it ends up super small on the mobile. I am thinking of just creating a totally different image to display on my mobile site. How can I do this? Do I need to duplicate my homepage and then edit the image, and specify that the new homepage is the one I want to use for mobiles?

     

    Thanks!

    Issy

  4. hey, i don't think it's actually changing the size of the text.. could be my computer being slow though.

    how do i change the font on both the checkout page and the get in touch (form fill out) page to brandon grotesque as well? - the other one that is currently there is just super hard to read because its so thin.

    490690628_ScreenShot2022-03-18at1_13_19pm.thumb.png.e1d5fac86e411722fe5a0d7aa49d005b.png286311538_ScreenShot2022-03-18at1_17_50pm.thumb.png.b4f4e00610bac9c82979a0b7c9fec8e7.png

  5. On 3/10/2022 at 5:03 PM, Jia said:

    Hi, no worries! Here's the code for the button:

    .sqs-button-element--tertiary {
      font-family: 'mainfont';
    }

    The first 3 header sections look fine on desktop for me.

    1187792052_ScreenShot2022-03-10at13_58_28PM.thumb.png.983c828c3eec4134cb58aaec46527c76.png

    Hmmm. that is strange for the website view. I am kind of playing with the layout anyhow, so it is all good. Do you know how to avoid cropping the banners on mobile version? I might just edit the text over the images in photoshop / illustrator, and then upload (but will need it not to crop on mobile! :))

  6. Site URL: https://www.stuffbystink.com/cereal-by-stink

    website url: stuffbystink.com

    password: swagger

    On the desktop version, it allows me to swap between portrait and landscape - but on the mobile, it only shows portrait, and crops anything that is actually landscape. I'd like to just edit it so that the mobile version copies the desktop.

    980254560_ScreenShot2022-03-10at4_33_52pm.thumb.png.0344de64e808e1f286e4b77a3120a0ed.png323822495_ScreenShot2022-03-10at4_33_59pm.thumb.png.2cd1fd051f489ef14e4d7a8b5a962dd3.png

  7. On 3/8/2022 at 6:57 PM, Jia said:

    Ahh my bad, the second font-size is accidentally capitalised! Here's the edited code:

    @media screen and (max-width: 767px) {
      .ProductItem .ProductItem-details h1.ProductItem-details-title {
        font-size:30px;
      }
      .ProductItem .ProductItem-details .product-price {
        font-size:22px;
      }
    }

    Perfect! Thanks so much.

    I have yet another request I am so sorry haha. I genuinely don't know how to thank you for all your help. THANK you!!!

    So, next up haha, I need to edit the main headers on my first three sections for the desktop view. They are perfect size on the mobile view if that is any reference for scaling them up. I also want them to be pushed to the edge of the desktop view, as it is in the mobile view! 😄961836591_ScreenShot2022-03-10at4_28_57pm.thumb.png.39d35b331b93fa476578c939b1e7eab3.png661074898_ScreenShot2022-03-10at4_28_51pm.thumb.png.ab932c10bde521e56564b1d10c0c74dd.png

    I'd also love to possibly change the font for the 'shop the collection' button on the first page. (image with the table cloth)

     

    Screen Shot 2022-03-10 at 4.27.39 pm.png

  8. On 3/8/2022 at 7:48 PM, Jia said:

    Hahahaha happy to help! Here's the code for the fixes:

    @media screen and (min-width:768px) {
      .header-menu-nav-folder-content {
        text-align:left;
      }
      .header--menu-open .header-menu .header-menu-cta {
        text-align:left;
        padding-left: 1vw;
      }
      .header-overlay-alignment-right .header-menu-actions {
        justify-content:flex-start;
        padding-left:5vw;
      }
      .header-menu-actions {
        margin-bottom:0vw;
      }
    }
    
    @media screen and (max-width:768px) {
      .icon {
        width:40px !important;
        height:40px !important;
      }
    }

    About #3, it's showing up the way you want it on my end, but it's up to the font size, you'll have to make it smaller. If you'd like to change it, edit the font-size:22px in this part of the code I sent previously:

    .header-menu-nav-item a {
      font-size:22px;
    }

     

    Looks great Jia!

    Thanks so much!

    I might just actually remove the instagram icon from the drop down menu, just because its already up the top.. Is there a way to do this for only the desktop view? It's fine to stay on the mobile 🙂

  9. Hey Jia,

    Wow. You are a wizard hahaha. Thankyou!

    It worked great, only a couple of fix ups.

    1. The menu pops up on the right side in the desktop view, rather than under the cross (which is on the left). Is there a way to make it so that the menu opens underneath the left side? (on desktop view only - mobile is sweet, it just takes up the whole page anyhow!)

    2. Is there a way to make the instagram icon a bit larger on the mobile view?

    3. Is there a way to make the category headings on the mobile view like example a, rather than example b (black background image)

    Screen Shot 2022-03-08 at 9.48.59 am.png

    Screen Shot 2022-03-08 at 9.44.51 am.png

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