Jump to content

sheriipop

Circle Member
  • Posts

    43
  • Joined

  • Last visited

Posts posted by sheriipop

  1. 2 hours ago, creedon said:

    This issue is usually caused by custom code which causes an overflow situation.

    Please post the URL for a page on your site where we can see your issue.

    A link to the backend of the your site won’t work for us, i.e. a url that contains /config/.

    Please set up a site-wide password, if your site is not public and you've not already done so.

    Post the password here.

    Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

    Please read the site-wide password and how to share a link documentation to understand how they work.

    We can then take a look at your issue.

    You may find How to post a forum question post useful.

    Thought I had included the URL, sorry about that!

    URL: https://hauserandolive.com

  2. 14 hours ago, Ziggy said:

    That's pretty easy to achieve; you need the accordion block to be bigger than the contents, and then align the contents to the bottom of the block:

    image.thumb.png.2a8d9f69eb252875827a7b9f5c704566.png

    Then when the accordion opens, it expands up into the space you've created for it rather stretching down.

    Oh my gosh, I didn’t know that. Thank you so much! This whole time I thought I needed a code for it. 

  3. 19 hours ago, tuanphan said:

    Blog list. It looks like you solved?

    With summary. You want to 2 lines border + Space between border-image??

    The blog list is not fixed. I just uploaded images with the border already. 
     

    I’d like only one line of border with space between the border and image. Thank you!!

    I have a question about styling buttons as well. Should I tag you in the question I submitted?

  4. Site URL: http://www.sherriedickinson.com

    Hi! I'm trying to add a padding to the blog and summary image block to look like the picture attached.  I tried adding padding and border-padding to the code below but to no avail. Can anyone help me, please? Thank you!

    /*Blog Summary*/
    section.blog-image-wrapper a {
        border: 1px solid black;
        display: block;
    }
    .sqs-block-summary-v2 
    .img-wrapper, 
    .sqs-block-summary-v2 
    .sqs-video-wrapper {border: 1px solid black;
    }

    1700582841_ScreenShot2021-08-05at1_51_55PM.png.6f16847172015304a991a288e5ef1a0b.png

  5. @tuanphan Hi! How can I make sure that the desktop hamburger menu looks exactly the same as the mobile version? The mobile one is the format I like the most, but when viewed on a desktop, the line height of the nav links are too much and the button font is a little too big. Images below – Left image is what the desktop view currently looks; right image is the mobile view and what I want. Thank you!!

    181596061_.thumb.png.dd0569220e15d30151be997f221224ad.png    IMG_9291.thumb.PNG.2c0e9948c09f27539f9773e609eeafe4.PNG

  6. On 7/24/2021 at 7:08 PM, tuanphan said:

    Q5. Add to Design > Custom CSS

    /* Reel responsive */
    @media screen and (max-width:991px) {
    .gallery-reel {
        height: 35vh !important;
    }
    }

    Q4. If overlap on mobile, text/image will be very small.

     I think stacked is better. Also do you want to move image to above text?

    Q5. Thank you for the code!!

    Q4. I'd like to see how it would look with the code first, please? 

  7. On 7/14/2021 at 12:48 AM, tuanphan said:

    Q1. Add to Design > Custom CSS

    /* Mobile */
    @media screen and (max-width:640px) {
    /* Footer 2 columns */
    div#page-section-60a9baaff1f34945c7e6029d .span-6:nth-child(2)>.row .span-2:nth-child(-n+2) {
        width: 40% !important;
        float: left !important;
    }
    div#page-section-60a9baaff1f34945c7e6029d .span-6:nth-child(2)>.row .span-2:nth-child(3) {
        clear: left;
    }
    }

    Q2. Mobile, do you want to stacked them?

     

    The footer code to make 2 columns on mobile is no longer working.. 😕

  8. On 7/16/2021 at 12:31 AM, tuanphan said:

    Missing 1 code. Try this new code

    /* Split section on tablet-mobile */
    @media screen and (max-width:991px) {
    section[data-section-id="606c53a1bf00740418d004c3"], #collection-606c538c686fde5fa29b74d3 article.sections section {
        width: 100% !important;
        float: none !important;
    }
    #collection-606c538c686fde5fa29b74d3 article.sections {
        flex-wrap: wrap !important;
    }
    section[data-section-id="606c53a1bf00740418d004c3"] {
        width: 100% !important;
        float: none !important;
        min-height: unset !important;
    }
    body.homepage .gallery-fullscreen-slideshow {
        height: 40vh !important;
    }
    }

     

    Thank you!!

     

  9. 3 hours ago, tuanphan said:

    Add to Design  >Custom CSS

    /* Split section on tablet-mobile */
    @media screen and (max-width:991px) {
    section[data-section-id="606c53a1bf00740418d004c3"] {
        width: 100% !important;
        float: none !important;
    }
    #collection-606c538c686fde5fa29b74d3 article.sections {
        flex-wrap: wrap !important;
    }
    section[data-section-id="606c53a1bf00740418d004c3"] {
        width: 100% !important;
        float: none !important;
        min-height: unset !important;
    }
    body.homepage .gallery-fullscreen-slideshow {
        height: 40vh !important;
    }
    }

     

    This code is giving this preview?

    Screen Shot 2021-07-15 at 07.24.34.png

  10. 8 hours ago, tuanphan said:

    Q1. Add to Design > Custom CSS

    /* Mobile */
    @media screen and (max-width:640px) {
    /* Footer 2 columns */
    div#page-section-60a9baaff1f34945c7e6029d .span-6:nth-child(2)>.row .span-2:nth-child(-n+2) {
        width: 40% !important;
        float: left !important;
    }
    div#page-section-60a9baaff1f34945c7e6029d .span-6:nth-child(2)>.row .span-2:nth-child(3) {
        clear: left;
    }
    }

    Q2. Mobile, do you want to stacked them?

     

    Yes, let's stack them, please!

  11. On 7/11/2021 at 7:32 AM, tuanphan said:

    @louieandthird Do you still need help?

    Also, do you need fix these? We will help

    Site URL: https://www.sherriedickinson.com/

    1. (Mobile – Footer) make footer links to 2 columns

    sherriedickinson.com-01-min.png

     

    2. (Mobile/Tablet – homepage) Image don’t show in full size

     

    sherriedickinson.com-02-min.png

    3. (Tablet – Footer) Make “© Sherrie Dickinson 2021” in the same line

     

    sherriedickinson.com-03-min.png

    4. (Tablet/Mobile – About)  Image disappear.

    https://www.sherriedickinson.com/about

    sherriedickinson.com-04-min.png

    5. (Mobile/Tablet – Portfolio > Content creation) Image don’t show in full size, want to resize image? Increase text width and reduce space above/below text?

    https://www.sherriedickinson.com/creatives

    sherriedickinson.com-05-min.png

    @tuanphan oh, wow! I didn't realize all of those issues before. Yes, please help if it's no trouble! Thank you so much!!

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