Jump to content

Esoes_design

Circle Member
  • Posts

    42
  • Joined

  • Last visited

Everything posted by Esoes_design

  1. I have a problem with my website. Everything was ok yeasterday but today, the website is not appearing online. It only appear a white page ... I have a squarespace.com domaine so, this is not the domaine connection because I'am still working on the test version. https://contrabass-lettuce-fnj5.squarespace.com/ Pass: LeaEnjoy THX
  2. Someone to help me please ? 🥺 Because the code you gave me, I am not able to do it work 🫠 @tuanphan @paul2009
  3. @paul2009 The one-page site is : https://owl-dahlia-ykaj.squarespace.com Pass : ABX Thanks for your help !
  4. Hi ! I would like to modify the angle of a picture like this picture encloed. And I would like to give the same angle on the button. Is any code for that @tuanphan ? THX
  5. I would like to change the font of the Title of the image card. Can someone help me with the css ? @tuanphan THX ! https://lime-turtle-6abn.squarespace.com/about Pass: Audrey
  6. Hi ! I would like to put frame of colors on image card, but change the color for each section. I have add the frame with the code : // image membership// .list-item-media { border: 2.5px solid #362A1D; } But can't find how to apply to the section : section[data-section-id="65a06227ba81942b7a12d3b2"] Because I have other image card in the site that would need another color frame. https://lime-turtle-6abn.squarespace.com/ Pass : Audrey Thx for your help @tuanphan
  7. I just check and try with Google Chrome and this is working. This is then a problem with Firefox. Thanks for your help
  8. Hi ! Since this week, I cannot change the size of different blocks. https://loom.com/share/e7eb8aedc2ac4c20813586bfd40349d3 Can someone help me in this matter ? THX
  9. @Ziggy Thanks for your answer but I don't understand how " to standardize the heights by adding "min-height" properties to blocks on both sides" will align on the bottom.
  10. @Ziggy The pink one is and must be bigger. The blue one is smaller and have a spacing block at top to align bottom, but obviously when the sceen change, the alignment on bottom is not ok. Is there any code to align at the bottom this two block ? THX
  11. Site URL: https://changemavie.com/coaching Hi ! I need to align on the bottom two block of pricing. It does not align in all size of screen. @tuanphan Thanks for your help ! website : https://changemavie.com/coaching Section 37
  12. @banganl36 Pass : Camille
  13. Site URL: https://tuna-saxophone-sbmp.squarespace.com Hi @tuanphan Can you help me move the Newsletter block on top and center the menu on footer mobile version ? Here is the footer : Here what I want : Thank you !
  14. Site URL: https://tuna-saxophone-sbmp.squarespace.com Hi ! I custom the hader to have a secondary navigation, but the social icons are not align with the text. @tuanphan Can you please help me ? https://tuna-saxophone-sbmp.squarespace.com Pass : Camille
  15. Site URL: https://hexaflexagon-beagle-y2r2.squarespace.com Hi @tuanphan I have a huge space between the title and temoignage carousel that I would like to reduce on mobile version. Can you help me ? Thank you ! Here is the code : //Témoignages - Game Changer// section[data-section-id="61bc5a05a27d2613355219a5"]{ .user-items-list .list-section-title p { font-family: ivypresto-display, serif!important; font-weight: 100; font-style: normal; text-transform: uppercase; }} .user-items-list-item-container[data-section-id="61bc5a05a27d2613355219a5"] .list-item-content__title{ font-family: roc-grotesk-wide,sans-serif; font-weight: 400; font-style: normal; text-transform: uppercase; font-size: 20px!important; color: #684B51!important } .user-items-list-item-container[data-section-id="61bc5a05a27d2613355219a5"] .list-item-content__description{ font-size: 16px!important; } section[data-section-id="61bc5a05a27d2613355219a5"]{.list-section-button{ font-family: roc-grotesk-wide,sans-serif; text-transform: uppercase; font-size: 15px; line-height: 22px; background: #684B51 }} section[data-section-id="61bc5a05a27d2613355219a5"]{.user-items-list-banner-slideshow__arrow-icon-background-area{ background: #684B51!important; opacity: 1!important }} section[data-section-id="61bc5a05a27d2613355219a5"]{.user-items-list:hover .user-items-list-banner-slideshow__arrow-button{ opacity: 80%!important }} https://hexaflexagon-beagle-y2r2.squarespace.com/game-changer Pass : Jennifer
  16. @tuanphan Hi ! Did you get time to look my small problem that I explained before ? Thanks you sooo much ! Lucie
  17. @tuanphan Yes, let me explain again. I have two images side to side on desktop version : I would like the same on mobile version : As this page : But I wasn't able to reproduce the same with the code you gave me. I changed the page id but it's still don't work. thanks for your help ! Lucie
  18. Hi @tuanphan Still have the same problem with the page services below : https://wisteria-pomegranate-drf5.squarespace.com/services Pass : Esoes Here is the code I Used : /* Images side by side */ @media screen and (max-width:767px) { div#page-section-60a16b3a6bbf946c5d043b2e .span-7 .span-5>.row:first-child { display: flex; flex-wrap: nowrap !important; flex-direction: row !important; } div#page-section-60a16b3a6bbf946c5d043b2e .span-7 .span-5>.row:first-child>.col { width: 50% !important; } } Thanks for your help !
  19. Hi @tuanphan I have a similar problem with two images. I would like to put the two images (in green) the same (side by side) in the mobile view. Do you have a code for this ? https://wisteria-pomegranate-drf5.squarespace.com Pass : Esoes Thanks for your precious help !!
  20. Thanks but this code is still not working ...
  21. Hi @tuanphan I have a problem with the code you gave for the two colomns on mobile. Here is the version on desktop : And for the mobile version, as it takes the colomns, the last image with the heart is on the bottom alone. I woulk like it at the right of the image of the plate and fork. See in green below : Here is the code I used : //Colone mobile - Image Entreprise// @media screen and (max-width:767px) { div#page-section-607021392d09fc7af89b174d>.row>.col>.row>.col { width: 50% !important; float: left !important; } div#page-section-607021392d09fc7af89b174d .image-block { padding: 5px; } div#page-section-607021392d09fc7af89b174d .image-block * { margin-bottom: 2px; }} Here is the website : https://chimes-poodle-kggl.squarespace.com/carte-entreprise Pass : Advantage-Club Thank you so much for your help @tuanphan !
×
×
  • 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.