Jump to content

questionagain

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by questionagain

  1. Site URL: https://lobster-dahlia-4tl7.squarespace.com/config/settings/site-visibility

    I reached out and asked this last night and I got an answer! However, the code given only worked for one of the summary sections. It worked on the second summary block only and not the first. Is there anyway I can make both summary blocks have two columns on mobile instead of the bottom one only? And how can I prevent this from happening if I want to add more summary blocks?

    pass: thephizzydrink

    Thanks!!

  2. Site URL: https://lobster-dahlia-4tl7.squarespace.com/config/settings/site-visibility

    I reached out and asked this last night and I got an answer! However, the code given only worked for one of the summary sections. It worked on the second summary block only and not the first. Is there anyway I can make both summary blocks have two columns on mobile instead of the bottom one only? And how can I prevent this from happening if I want to add more summary blocks?

    pass: thephizzydrink

    Thanks!!

  3. 35 minutes ago, bangank36 said:

    Try in Home > Design > Custom Css

    @media only screen and (max-width: 767px) {
    	section[data-section-id="61bfcd9080ef7218a056d6f0"] {
    		.summary-item-list {
    			display: flex !important;
    			flex-wrap: wrap !important;
    			height: auto !important;
    			justify-content: space-evenly;
    			.summary-item {
    				width: 40% !important;
    				height: auto !important;
    				position: relative !important;
    				top: 0 !important;
    				left: unset !important;
    				display: grid;
    				grid-template-rows: 1fr 100px;
    				grid-gap: 10px;
    				img {
    					height: 100% !important;
    				}
    			}
    		}
    		.summary-thumbnail-container {
    			height: 100% !important;
    		}
    		.summary-thumbnail.img-wrapper {
    			height: 100% !important;
    		}
    	}
    }

    I suggest using 2 item per row in order to display content sizably for client

    Let me know how it works on your site

    Support me by pressing 👍 if this useful for you

    Thank you so much! It worked on the second summary block only and not the first. Is there anyway I can make both summary blocks have two columns on mobile instead of the bottom one only?

    Thank you!!

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