Jump to content

Custom changes disappear once I am out of the editor + text cropped

Recommended Posts

Posted (edited)

Site URL: https://porcupine-duck-zbe8.squarespace.com/home

Hi I have used your code - great post thank you.

A couple of issues I wonder if anyone can help with

firstly the header font is cropped? I have played around with padding on the section with no change

Secondly... It works when I am in the css editor but as soon as I click off the colour/style reverts back to standard. 

 

While in the editor :

823692557_Screenshot2022-01-26at11_27_45.thumb.png.8d2254c322d90559e423d38f338110ae.png

Out of the editor :

1496305090_Screenshot2022-01-26at11_28_17.thumb.png.4462cffa3c264a14a1d2af05f094b708.png

 

 

 

I am having a similar issue with the first card image too - see below:

 

In the editor :

1486321375_Screenshot2022-01-26at11_29_35.thumb.png.a6ff9c084b0d41504ca78aa1a908c972.png

Out of the editor :

1748992589_Screenshot2022-01-26at11_28_08.thumb.png.9fac60744fdd48789ceddd5acaf91bfe.png

 

 

 

 

//Arrows Summary//


.sqs-gallery-design-carousel .sqs-gallery-controls .next,
.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
 display: block;
 float: right;
 position: relative;
 top: auto;
 left: -15px;
 right: 15px;
 bottom: auto;
 margin: 0 0 15px 0;
 padding: 0;
 background-color: transparent;
 color: #56889B !important;
 font-size: 16px;
 line-height: 16px;
 cursor: pointer;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
 font-family: 'squarespace-ui-font';
 font-style: normal;
 speak: none;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 content: "\E003";
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
 font-size: 64px;
 width: 64px;
 height: 64px;
 line-height: 64px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
 font-size: 32px;
 width: 16px;
 height: 32px;
 line-height: 32px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
 margin-right: 10px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
 font-family: 'squarespace-ui-font';
 font-style: normal;
 speak: none;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 content: "\E000";
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
 font-size: 64px;
 width: 64px;
 height: 64px;
 line-height: 64px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
 font-size: 32px;
 width: 16px;
 height: 32px;
 line-height: 32px;
}

.sqs-block-summary-v2 .summary-heading {
 font-size: 24px;
}

.summary-heading {
 text-align: center !important;
}

 .summary-carousel-pager .previous {
 position: absolute !important;
 left: -6% !important;
 right: inherit !important;
 top: 45% !important;
}

 .summary-carousel-pager .next {
 position: absolute !important;
left: inherit !important;
 right: -6% !important;
 top: 45% !important;
}

.summary-header-text{
   position: relative !important;
   padding: 0 !important;
   left: 25px !important;
}


//What are you waiting for//

section#what-are-you-waiting-for-2 {
    min-height: unset;
}
section#what-are-you-waiting-for-2>div {
    padding-top: 90px;
    padding-bottom: 50px;
}

 

 

 

Edited by MillyBanks
  • MillyBanks changed the title to Custom changes disappear once I am out of the editor + text cropped
Posted

First - second screenshot. You mean Arrows thickness?? It looks fine to me

With third, I think your text color code is invalid. Use this new code

#block-yui_3_17_2_1_1642110343813_2971 p {
    color: white;
}

(I changed #ffff to white)

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Posted

Thanks @tuanphan 

 

Any ideas why the text is cropping at the top of this? 

 

1498596620_Screenshot2022-02-01at16_16_54.thumb.png.354cea18787c93c44a12713b0e824382.png

 

 

 

 


//Testimonials 2
#block-57fe313c0c2af8f6326b
h3 {color: #3F798E !important;
}


//Arrows Summary//


.sqs-gallery-design-carousel .sqs-gallery-controls .next,
.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
 display: block;
 float: right;
 position: relative;
 top: auto;
 left: -15px;
 right: 15px;
 bottom: auto;
 margin: 0 0 15px 0;
 padding: 0;
 background-color: transparent;
 color: #56889B !important;
 font-size: 16px;
 line-height: 16px;
 cursor: pointer;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
 font-family: 'squarespace-ui-font';
 font-style: normal;
 speak: none;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 content: "\E003";
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
 font-size: 64px;
 width: 64px;
 height: 64px;
 line-height: 64px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
 font-size: 32px;
 width: 16px;
 height: 32px;
 line-height: 32px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
 margin-right: 10px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
 font-family: 'squarespace-ui-font';
 font-style: normal;
 speak: none;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 content: "\E000";
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
 font-size: 64px;
 width: 64px;
 height: 64px;
 line-height: 64px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
 font-size: 32px;
 width: 16px;
 height: 32px;
 line-height: 32px;
}


.summary-heading {
 text-align: center !important;
}

 .summary-carousel-pager .previous {
 position: absolute !important;
 left: -6% !important;
 right: inherit !important;
 top: 45% !important;
}

 .summary-carousel-pager .next {
 position: absolute !important;
left: inherit !important;
 right: -6% !important;
 top: 45% !important;
}

.summary-header-text{
   position: relative !important;
   padding: 0 0 0 0 !important;
   left: 5px !important;
}


//What are you waiting for//

section#what-are-you-waiting-for-2 {
    min-height: unset;
}
section#what-are-you-waiting-for-2>div {
    padding-top: 90px;
    padding-bottom: 50px;
}

//////////

//Social Media

//Header 

.Header-inner { z-index: 4; width: 100%; }
.Header{ z-index: 1000; position: relative; width: 100%; }
.Header .Header--bottom {position: fixed;}


.Header-social

    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
    white-space:nowrap;
    display:block; 
    position: bottom right;
    padding-top: 0px;
      margin-left:0px;
    height: 40px;
    width: 240px;
    position: absolute;
    left: 85%;
    top: 30px;
    z-index: 5;
}
.SocialLinks-link-svg 

{
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform:rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    white-space:nowrap;
    display:block; 
    z-index: 5;
    overflow: visible;
}
.SocialLinks-inner {
  margin-left:40px;
}

.social-icons-style-knockout.social-icons-color-black .sqs-use--mask {fill: #3F798E;}.social-icons-style-knockout.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {fill:#3F798E}

Posted
On 2/1/2022 at 11:20 PM, MillyBanks said:

Thanks @tuanphan 

 

Any ideas why the text is cropping at the top of this? 

 

1498596620_Screenshot2022-02-01at16_16_54.thumb.png.354cea18787c93c44a12713b0e824382.png

 

 

 

 


//Testimonials 2
#block-57fe313c0c2af8f6326b
h3 {color: #3F798E !important;
}


//Arrows Summary//


.sqs-gallery-design-carousel .sqs-gallery-controls .next,
.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
 display: block;
 float: right;
 position: relative;
 top: auto;
 left: -15px;
 right: 15px;
 bottom: auto;
 margin: 0 0 15px 0;
 padding: 0;
 background-color: transparent;
 color: #56889B !important;
 font-size: 16px;
 line-height: 16px;
 cursor: pointer;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
 font-family: 'squarespace-ui-font';
 font-style: normal;
 speak: none;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 content: "\E003";
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
 font-size: 64px;
 width: 64px;
 height: 64px;
 line-height: 64px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
 font-size: 32px;
 width: 16px;
 height: 32px;
 line-height: 32px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
 margin-right: 10px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
 font-family: 'squarespace-ui-font';
 font-style: normal;
 speak: none;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 content: "\E000";
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
 font-size: 64px;
 width: 64px;
 height: 64px;
 line-height: 64px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
 font-size: 32px;
 width: 16px;
 height: 32px;
 line-height: 32px;
}


.summary-heading {
 text-align: center !important;
}

 .summary-carousel-pager .previous {
 position: absolute !important;
 left: -6% !important;
 right: inherit !important;
 top: 45% !important;
}

 .summary-carousel-pager .next {
 position: absolute !important;
left: inherit !important;
 right: -6% !important;
 top: 45% !important;
}

.summary-header-text{
   position: relative !important;
   padding: 0 0 0 0 !important;
   left: 5px !important;
}


//What are you waiting for//

section#what-are-you-waiting-for-2 {
    min-height: unset;
}
section#what-are-you-waiting-for-2>div {
    padding-top: 90px;
    padding-bottom: 50px;
}

//////////

//Social Media

//Header 

.Header-inner { z-index: 4; width: 100%; }
.Header{ z-index: 1000; position: relative; width: 100%; }
.Header .Header--bottom {position: fixed;}


.Header-social

    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
    white-space:nowrap;
    display:block; 
    position: bottom right;
    padding-top: 0px;
      margin-left:0px;
    height: 40px;
    width: 240px;
    position: absolute;
    left: 85%;
    top: 30px;
    z-index: 5;
}
.SocialLinks-link-svg 

{
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform:rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    white-space:nowrap;
    display:block; 
    z-index: 5;
    overflow: visible;
}
.SocialLinks-inner {
  margin-left:40px;
}

.social-icons-style-knockout.social-icons-color-black .sqs-use--mask {fill: #3F798E;}.social-icons-style-knockout.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {fill:#3F798E}

Just checked again, I think problem came by custom font. You try reset to default font an check again

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Create an account or sign in to comment

You need to be a member in order to leave a comment

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