Jump to content

Pages not displaying correctly

Recommended Posts

My site has been running fine over the past 2 years but all of a sudden some pages aren't appearing as they should do. 

I have some custom coding which means it falls out of SquareSpace scope of support. 

Can anyone help here?  @tuanphan I found lots of your support material really helpful. Could you help here? 

Seems to be the pages with the 'white colour theme'.

See this page and logo placement, navigation and buttons all appear as they should: https://www.foundedbydesign.com/projects

See this page and the logo placement and navigation have moved and the button frames aren't showing: https://www.foundedbydesign.com/ways-of-working

 

 

Link to comment
  • Replies 6
  • Views 1.1k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Quote

Do you want me to send you the code from all 3 of these?

I don't think that will help.

I think what @tuanphan is saying is that there are syntax errors in your code. Such errors can cause all kinds of issues.

The first syntax error I can see in tuanphans pic is that your style element is not closed properly. Style tags should begin with <style> and end with </style> (note the forward slash, which mean close).

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

HEADER:

 

<style>
  .item-pagination {display: none !important;}
</style>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KFP3NV3');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KFP3NV3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

Link to comment

FOOTER

 

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/rickety-gates"]');
    link.href = 'https://foundedbydesign.com/projects/rickety-gates';

})

})()
</script>

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/blundstone-finisterre"]');
    link.href = 'https://foundedbydesign.com/projects/blundstone-finisterre';

})

})()
</script>

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/anz"]');
    link.href = 'https://foundedbydesign.com/projects/anz';

})

})()
</script>

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/reclaimed"]');
    link.href = 'https://foundedbydesign.com/projects/reclaimed';

})

})()
</script>

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/two-monsoons"]');
    link.href = 'https://foundedbydesign.com/projects/two-monsoons';

})

})()
</script>

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/blundstone"]');
    link.href = 'https://foundedbydesign.com/projects/blundstone';

})

})()
</script>

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/7db"]');
    link.href = 'https://foundedbydesign.com/projects';

})

})()
</script>

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/wip"]');
    link.href = 'https://foundedbydesign.com/projects';

})

})()
</script>

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/ripl"]');
    link.href = 'https://foundedbydesign.com/projects/ripl';

})

})()
</script>

<script>
(function(){
    window.addEventListener('load', function() {
    var link = document.querySelector('a[href="/home/shc"]');
    link.href = 'https://foundedbydesign.com/projects';

})

})()
</script>


<!-- Summary Block Autoplay -->
<script>
setInterval(click, 6500);
var nextArrow = document.querySelector(".summary-carousel-pager-next");
function click()
{
nextArrow.click();
}
</script>

<!-- Summary Block Hide Arrow -->
<script>
nextArrow = hide !important;
}
</script>

Link to comment

CUSTOM CSS

html {
scroll-behavior: smooth;
}


a.grid-item[href*="/getpsorted-hide"] {
    display: none;
}
a.grid-item[href*="/wip"] {
    display: none;
}

  
/***********************/
/***********************/


  

/* HOME ARROW SIZE*/
@media @mobile {
#block-yui_3_17_2_1_1610516783972_7397 {
width: 00% !important;
margin-left: 0 auto;
padding-top    : 60px !important;
}
}


/* HOME SECOND PARA REDUCE WIDTH*/
@media @mobile {
#block-d161b46ebf2f71bad2b7 {
 width: 70% !important;
margin-left: 0 auto;
}
}

/* HOME REDUCE ICON SIZE AND ALIGN LEFT */
@mobile:          ~"only screen and (max-width: 640px)";
/* HOMEPAGE ARROW */
@media @mobile {
#block-yui_3_17_2_1_1593174099508_19917 {
width: 15% !important;
margin-left: 0 auto;
 }


 /* HOME TESTIMONIAL SLIDER — ARROWS */

#block-yui_3_17_2_1_1610423419641_11432 {
}
.summary-carousel-pager .next {
    position: absolute !important;
    left: inherit !important;
    right: 47% !important;
    bottom: -40px !important;
}
.summary-carousel-pager .previous {
    position: absolute !important;
    left: 47% !important;
    right: inherit !important;
    bottom: -40px !important;
}

@media @mobile {
#block-yui_3_17_2_1_1610423419641_11432 
.summary-carousel-pager .next {
  position: absolute !important;
    left: inherit !important;
    right: 45% !important;
    bottom: -30px !important;
}
}

 @media @mobile {
#block-yui_3_17_2_1_1610423419641_11432 .sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
  font-weight: 0     !important;
  font-size: 0rem !important;
}

 @media @mobile {
#block-yui_3_17_2_1_1610423419641_11432 .sqs-gallery-controls .previous:before {
  font-weight: 0 !important;
  font-size: 0rem !important;
}
}
 @media @mobile {
#block-yui_3_17_2_1_1610423419641_11432 {
padding-bottom    : 50px !important;
}
}
   


  
/***********************/
/***********************/

  

/* ABOUT TEXT WIDTH */
@media @mobile {
#block-yui_3_17_2_1_1584239385284_10126 {
 width: 80% !important;
margin-left: 0 auto;
}
}

/* ABOUT ARROW SIZE*/
@media @mobile {
#block-yui_3_17_2_1_1608523359256_8830 {
width: 20% !important;
margin-left: 0 auto;
padding-top    : 60px !important;
}
}

/* ABOUT GROUP IMAGE SWAP */
@media screen and (max-width:767px) {
[data-section-id="60278c13cc1842481ebc8f77"] .section-background img {
    visibility: hidden;
}
[data-section-id="60278c13cc1842481ebc8f77"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/60571b3fe7faa87679706f48/1616321351137/FBD_Desk_CT-LB.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}


/* ABOUT ILLUSTRATION */
@media @mobile {
#block-yui_3_17_2_1_1592701483560_26634 {
width: 80% !important;
margin: 0 auto;
padding-top: 50px !important;
padding-bottom: 50px !important;
}
}


/* ABOUT LOGO ANZ */
@media @mobile {
#block-yui_3_17_2_1_1606717960610_7370 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO BLD */
@media @mobile {
#block-yui_3_17_2_1_1606717960610_47016 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO CBA */
@media @mobile {
#block-yui_3_17_2_1_1606723288522_13068 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO JJ */
@media @mobile {
#block-yui_3_17_2_1_1606717960610_29718 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO MG */
@media @mobile {
#block-yui_3_17_2_1_1606723288522_14920 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO NSW */
@media @mobile {
#block-yui_3_17_2_1_1606717960610_11669 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO UTAS */
@media @mobile {
#block-yui_3_17_2_1_1606723288522_17244 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO UTS */
@media @mobile {
#block-yui_3_17_2_1_1694750704056_15951 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO Pernod Ricard */
@media @mobile {
#block-yui_3_17_2_1_1694750704056_17568 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO Mirvac */
@media @mobile {
#block-yui_3_17_2_1_1694750704056_19226 {
width: 50% !important;
margin: 0 auto;
}
}
/* ABOUT LOGO Rebel */
@media @mobile {
#block-yui_3_17_2_1_1606717960610_9197 {
width: 50% !important;
margin: 0 auto;
}
}

/* ABOUT LOGO Finisterre */
@media @mobile {
#block-yui_3_17_2_1_1606717960610_55504 {
width: 50% !important;
margin: 0 auto;
}
}


/* ABOUT PROFILE IMAGE SWAP */
@media screen and (max-width:767px) {
[data-section-id="5e6d911a50eead5473c3648f"] .section-background img {
    visibility: hidden;
}
[data-section-id="5e6d911a50eead5473c3648f"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/606ab5015abc9a4f839ffe0d/1617605892225/FBD_HeadShot_CT_Two_Crop.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}


/***********************/
/***********************/

  

/* PROJECTS LOGO SEQ */
@media @mobile {
#block-yui_3_17_2_1_1594343431569_10711 {
width: 90% !important;
padding-bottom: 120px !important;
}
}


/* PROJECTS ARROW */
@media @mobile {
#block-yui_3_17_2_1_1608523431940_11409 {
width: 20% !important;
margin-left: 0 auto;
padding-bottom: 100px !important;
padding-top: 50px !important;
}
}

/* PROJECTS THUMBNAIL - BLD */
@media @mobile {
#block-yui_3_17_2_1_1595983454821_23492 {
padding-bottom: 50px !important;
}
}
/* PROJECTS THUMBNAIL - ANZ */
@media @mobile {
#block-yui_3_17_2_1_1595983454821_18228 {
padding-bottom: 50px !important;
padding-top: 100px !important;
}
}
/* PROJECTS THUMBNAIL - MULTIGATE */
@media @mobile {
#block-yui_3_17_2_1_1595983454821_31452 {
padding-bottom: 50px !important;
padding-top: 100px !important;
}
}

/***********************/
/***********************/

  

/* WAYS OF WORKING SMALL ARROW */
@media @mobile {
#block-yui_3_17_2_1_1608522820927_4460 {
width: 25% !important;
margin-left: 0 auto;
padding-top: 50px !important;
}
}

/* WAYS OF WORKING BO ARROW */
@media @mobile {
#block-5366f9b8fa61f2f8f8f5 {
width: 20% !important;
margin-left: 0 auto;
padding-top: 40px !important;
padding-bottom: 20px !important;
}
}

/* WAYS OF WORKING BO TEXT */
@media @mobile {
#block-a1a67caf0dda79678426 { 
width: 80% !important;
margin-left: 0 auto;
h3 { font-size: 27px; 
}
}
  }


/* WAYS OF WORKING CB ARROW */
@media @mobile {
#block-ccd3b1f05cdc01b04eaf {
width: 20% !important;
margin-left: 0 auto;
padding-top: 50px !important;
}
}

/* WAYS OF WORKING CB TEXT */
@media @mobile {
#block-8f240061945a55e068fd { 
width: 80% !important;
margin-left: 0 auto;
h3 { font-size: 27px; 
}
}
  }

/* WAYS OF WORKING BM ARROW */
@media @mobile {
#block-1c727d64ace1a0a306de {
width: 20% !important;
margin-left: 0 auto;
padding-top: 50px !important;
}
}

/* WAYS OF WORKING BM TEXT */
@media @mobile {
#block-acf0b9e18257d50f8474 { 
width: 80% !important;
margin-left: 0 auto;
h3 { font-size: 27px; 
}
}
  }

/* WAYS OF WORKING ENT ARROW */
@media @mobile {
#block-ab147ad0b5e3f8d9124e {
width: 20% !important;
margin-left: 0 auto;
padding-top: 50px !important;
}
}

/* WAYS OF WORKING ENT TEXT */
@media @mobile {
#block-64784b2ade702e6d7ad6 { 
width: 80% !important;
margin-left: 0 auto;
h3 { font-size: 27px; 
}
}
  }

/***********************/

/* WAYS OF WORKING - PAGE BO ARROW */
@media @mobile {
#block-5f6a481074242faf2b89 {
width: 0% !important;
margin-left: 0 auto;
}
}

/* WAYS OF WORKING - PAGE BO HK LOGO */
@media @mobile {
#block-yui_3_17_2_1_1614988386455_6872 {
width: 40% !important;
margin-left: 0 auto;
}
}

/* WAYS OF WORKING - PAGE BO LEARN IMAGE */
@media @mobile {
#block-4879cb5b69445b812671 {
padding-top: 50px !important;
}
}

/* WAYS OF WORKING - PAGE BO FOOTER NAV */
@media @mobile {
#block-377201ad331efd128267 {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
}

/***********************/

/* WAYS OF WORKING - PAGE CB ARROW */
@media @mobile {
#block-b5c9446400d0c74750ac {
width: 0% !important;
margin-left: 0 auto;
}
}

/* WAYS OF WORKING - PAGE CB IRIS LOGO */
@media @mobile {
#block-yui_3_17_2_1_1614988942082_8048 {
width: 40% !important;
margin-left: 0 auto;
}
}

/* WAYS OF WORKING - PAGE CB BLSKY IMAGE */
@media @mobile {
#block-72e7265ac433fbb0b2e0 {
padding-top: 50px !important;
}
}

/* WAYS OF WORKING - PAGE CB FOOTER NAV */
@media @mobile {
#block-81126078d884666eaf81 {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
}

/***********************/

/* WAYS OF WORKING - PAGE BM ARROW */
@media @mobile {
#block-yui_3_17_2_1_1598344069489_26294 {
width: 0% !important;
margin-left: 0 auto;
}
}

/* WAYS OF WORKING - PAGE BM BLUND LOGO */
@media @mobile {
#block-yui_3_17_2_1_1614989092891_6898 {
width: 40% !important;
margin-left: 0 auto;
}
}

/* WAYS OF WORKING - PAGE BM MTGATE IMAGE */
@media @mobile {
#block-yui_3_17_2_1_1598341352281_35768 {
padding-top: 50px !important;
}
}

/* WAYS OF WORKING - PAGE BM FOOTER NAV */
@media @mobile {
#block-yui_3_17_2_1_1598348576284_18500 {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
}

/***********************/

/* WAYS OF WORKING - PAGE ENT ARROW */
@media @mobile {
#block-0621ec2afb15685ccb20 {
width: 0% !important;
margin-left: 0 auto;
}
}

/* WAYS OF WORKING - PAGE ENT 7DB LOGO */
@media @mobile {
#block-yui_3_17_2_1_1614988675071_7222 {
width: 40% !important;
margin-left: 0 auto;
}
}

/* WAYS OF WORKING - PAGE ENT BAPPO IMAGE */
@media @mobile {
#block-41b30300f433f6a736e8 {
padding-top: 50px !important;
}
}

/* WAYS OF WORKING - PAGE ENT FOOTER NAV */
@media @mobile {
#block-3a290f2162622e6a0afa {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
}


/***********************/
/***********************/


/* PACKAGED SOLUTIONS TEXT WIDTH */
@media @mobile {
#block-67775084c08809db7059 {
 width: 80% !important;
margin-left: 0 auto;
}
}

/* PACKAGED SOLUTIONS ARROW SIZE*/
@media @mobile {
#block-3753f9952ee228202f49 {
width: 20% !important;
margin-left: 0 auto;
padding-top    : 60px !important;
}
}

/* PACKAGED SOLUTIONS FOOTER NAV */
@media @mobile {
#block-yui_3_17_2_1_1612407975327_25031 {
padding-top: 50px !important;
}
}

/***********************/
/***********************/


/* CHAT BACKGROUND IMAGE  */
@media screen and (max-width:767px) {
[data-section-id="5ee86a8b7507a723fc2b800b"] .section-background img {
    visibility: hidden;
}
[data-section-id="5ee86a8b7507a723fc2b800b"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/60547889f60a0829c33f0468/1616148617559/FBD_Background_Blue.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}


/***********************/
/***********************/

  

/* PROJECTS BLUNDSTONE PROCESS IMAGE 1 */
@media @mobile {
#block-yui_3_17_2_1_1586873666587_25447 {
width: 0% !important;
margin-left: 0 auto;
}
}
/* PROJECTS BLUNDSTONE PROCESS IMAGE 2 */
@media @mobile {
#block-yui_3_17_2_1_1586873666587_78246 {
width: 0% !important;
margin-left: 0 auto;
}
}
/* PROJECTS BLUNDSTONE PROCESS DIAGRAM */
@media @mobile {
#block-yui_3_17_2_1_1586871598215_22303 {
width: 0% !important;
margin-left: 0 auto;
}
}
/* PROJECTS BLUNDSTONE ESSENCE IMAGE */
@media screen and (max-width:767px) {
[data-section-id="5e95b52c4e7c2e2518535367"] .section-background img {
    visibility: hidden;
}
[data-section-id="5e95b52c4e7c2e2518535367"] .section-background {
    background-image: url(https://images.squarespace-cdn.com/content/5e65c6c06ef4340ad7f4fedf/1593412169338-Q00N75FREV4H9RSAWPR5/BLD_Flag_NSS_MobileCrop.jpg?format=300w&content-type=image%2Fjpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}
/* PROJECTS BLUNDSTONE SYSTEM IMAGE 1 */
@media @mobile {
#block-yui_3_17_2_1_1587343155284_246112 {
width: 0% !important;
margin-left: 0 auto;
}
}
/* PROJECTS BLUNDSTONE SYSTEM ICONS */
@media @mobile {
#block-yui_3_17_2_1_1587343155284_90627 {
width: 70% !important;
margin: 0 auto;
}
}
/* PROJECTS BLUNDSTONE IMAGERY 1 */
@media @mobile {
#block-yui_3_17_2_1_1587282149748_64486 {
width: 0% !important;
margin: 0 auto;
}
}
/* PROJECTS BLUNDSTONE IMAGERY 2 */
@media @mobile {
#block-yui_3_17_2_1_1587282149748_82154 {
width: 0% !important;
margin: 0 auto;
}
}
/* PROJECTS BLUNDSTONE ENVIRON 1 */
@media @mobile {
#block-yui_3_17_2_1_1587182837805_74152 {
width: 0% !important;
margin: 0 auto;
}
}
/* PROJECTS BLUNDSTONE BRAND BOOK IMAGE 1 */
@media @mobile {
#block-yui_3_17_2_1_1587300897994_106625 {
width: 0% !important;
margin: 0 auto;
}
}
/* PROJECTS BLUNDSTONE BRAND BOOK IMAGE 2 */
@media @mobile {
#block-yui_3_17_2_1_1587300897994_202905 {
width: 0% !important;
margin: 0 auto;
}
}
@media @mobile {
#block-769f5d75bb239252094a {
 width: 50% !important;
margin-left: 0 auto;
padding-top    : 20px !important;
padding-bottom    : 50px !important;
}
}
/* PROJECTS BLUNDSTONE GRAPHIS LOGO */
@media @mobile {
#block-yui_3_17_2_1_1598265156663_94028 {
 width: 40% !important;
}
}

/***********************/


/* PROJECTS ANZ PROCESS DIAGRAM */
@media @mobile {
#block-84c7969bc0e2646e051e {
width: 0% !important;
margin-left: 0 auto;
}
}

/***********************/


/* PROJECTS MULTIGATE BACKGROUND IMAGE 2 */
@media @mobile {
#block-2971fecadfb4c362028d {
width: 0% !important;
margin-left: 0 auto;
}
}
/* PROJECTS MULTIGATE BACKGROUND PRES */
@media @mobile {
#block-yui_3_17_2_1_1594429610257_89912 {
width: 70% !important;
margin-left: 0 auto;
}
}
/* PROJECTS MULTIGATE PROCESS DIAGRAM */
@media @mobile {
#block-65a6430f79a4aa25f4d3 {
width: 0% !important;
margin-left: 0 auto;
}
}
/* PROJECTS MULTIGATE ESSENCE IMAGE */
@media screen and (max-width:767px) {
[data-section-id="5f08091eed80fa4741af5518"] .section-background img {
    visibility: hidden;
}
[data-section-id="5f08091eed80fa4741af5518"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/5f17b7d2f345b17320a970ea/1595389907331/FBD_MG_Insight_Mobile.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}
/* PROJECTS MULTIGATE  ICONS */
@media @mobile {
#block-yui_3_17_2_1_1594433188139_659636 {
width: 60% !important;
margin: 0 auto;
}
}
/* PROJECTS MULTIGATE PRODUCT LOGOS */
@media @mobile {
#block-yui_3_17_2_1_1594433188139_736181 {
padding-top    : 40px !important;
}
}
/* PROJECTS MULTIGATE PEOPLE PHOTOG IMAGE 3 */
@media @mobile {
#block-yui_3_17_2_1_1594443984307_420141 {
 width: 60% !important;
}
}
/* PROJECTS MULTIGATE PEOPLE PHOTOG IMAGE 4 */
@media @mobile {
#block-yui_3_17_2_1_1594443984307_562100 {
 width: 0% !important;
}
}
/* PROJECTS MULTIGATE DETAIL PHOTOG IMAGE 2 */
@media @mobile {
#block-yui_3_17_2_1_1594443984307_613205 {
 width: 0% !important;
}
}
/* PROJECTS MULTIGATE PHOTOG IMAGE DIEU TAN */
@media @mobile {
#block-yui_3_17_2_1_1594446232420_135996 {
 width: 40% !important;
}
}
/* PROJECTS MULTIGATE ACORN IMAGE MARK A */
@media @mobile {
#block-yui_3_17_2_1_1594976156163_82724 {
 width: 0% !important;
}
}
/* PROJECTS MULTIGATE GRAPHIS LOGO */
@media @mobile {
#block-ffb8f8fbf581e8858389 {
 width: 40% !important;
}
}

/***********************/

/* PROJECTS RC BIRD END SECTION LOGO */
@media @mobile {
#block-yui_3_17_2_1_1587352190032_88208 {
 width: 40% !important;
}
}
/* PROJECTS RC GRAPHIS LOGO */
@media @mobile {
#block-yui_3_17_2_1_1586770613867_37915 {
 width: 40% !important;
}
}

/***********************/

/* PROJECTS TM STAMP */
@media @mobile {
#block-yui_3_17_2_1_1595417028507_28268 {
width: 60% !important;
padding-top: 40px !important;
padding-bottom: 10px !important;
}
}
/* PROJECTS TM SECOND TINTED IMAGE */
@media @mobile {
#block-2b06b9ab4e7a83574963 {
width: 0% !important;
}
}
/* PROJECTS TM GRAPHIS LOGO */
@media @mobile {
#block-14416723b8c07ee3cf61 {
 width: 40% !important;
}
}

/***********************/

/* PROJECTS BNM PACKS */
@media @mobile {
#block-2a7d6433cb1b97ca9079 {
padding-top: 60px !important;
}
}
/* PROJECTS BNM EXAMPLE CUBE */
@media @mobile {
#block-868cfe0f33d9cd5a4be5 {
padding-top: 40px !important;
padding-bottom: 80px !important;
width: 80% !important;
left: 50%;
transform: translate(-50%, 0%)
}
}
/* PROJECTS BNM INFO PANEL */
@media @mobile {
#block-043673daeb5b27b0e3e5 {
width: 70% !important;
}
}
/* PROJECTS BNM PACK R */
@media @mobile {
#block-yui_3_17_2_1_1596025833734_146151 {
padding-top: 40px !important;
}
}
/* PROJECTS BNM BLISTER PACK */
@media @mobile {
#block-yui_3_17_2_1_1596023586799_104806 {
width: 70% !important;
margin-left: 40px !important;
}
}
/* PROJECTS BNM GRAPHIS LOGO */
@media @mobile {
#block-d0c6d172c901b8239ee6 {
 width: 40% !important;
}
}

/***********************/

/* PROJECTS TA STAMP */
@media @mobile {
#block-4ce4896ed22eea309cee {
padding-top: 40px !important;
width: 70% !important;
}
}
/* PROJECTS TA ICON A */
@media @mobile {
#block-6e27c61d4559a8b86791 {
width: 60% !important;
left: 50%;
transform: translate(-50%, 0%)
}
}
/* PROJECTS TA BLENDS */
@media @mobile {
#block-bf1b124a1f5699dd6129 {
padding-top: 50px !important;
padding-bottom: 30px !important;
}
}
/* PROJECTS TA ICON B */
@media @mobile {
#block-yui_3_17_2_1_1596508731584_140536 {
width: 50% !important;
left: 50%;
transform: translate(-50%, 0%)
}
}
/* PROJECTS TA CUP */
@media @mobile {
#block-a69ccab4edb18a4ba31e {
padding-top: 40px !important;
}
}
/* PROJECTS TA GRAPHIS LOGO */
@media @mobile {
#block-4cd0d9edbfc731c5a398 {
 width: 40% !important;
}
}

/***********************/


/* PROJECTS KNOVATA NAME */
@media @mobile {
#block-75aaf602f4a72429fdcb {
width: 0% !important;
}
}
/* PROJECTS KNOVATA ICON */
@media @mobile {
#block-2f03cbd589734ca2f6e9 {
width: 40% !important;
padding-top: 50px !important;
}
}
/* PROJECTS KNOVATA GREY GRAPHIC */
@media @mobile {
#block-5830e723c2be3bdae77b {
padding-bottom: 80px !important;
}
}
/* PROJECTS KNOVATA GRAPHIS LOGO */
@media @mobile {
#block-4055d3757b53e0ae60fd {
width: 40% !important;
padding-top: 30px !important;
}
}

/***********************/


/* PROJECTS AIROCLE HISTORY IMAGE B  */
@media @mobile {
#block-yui_3_17_2_1_1596607951719_70280 {
width: 60% !important;
padding-bottom: 50px !important;
}
}
/* PROJECTS AIROCLE ESSENCE IMAGE */
@media screen and (max-width:767px) {
[data-section-id="5f2a21b95c9f827b5662bbb8"] .section-background img {
    visibility: hidden;
}
[data-section-id="5f2a21b95c9f827b5662bbb8"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/5f328e135638a230fbfea96e/1597148695559/FBD_Airocle_Name_A_Mobile.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}
/* PROJECTS AIROCLE LOGO  */
@media @mobile {
#block-yui_3_17_2_1_1596599327430_57813 {
padding-bottom: 60px !important;
width: 80% !important;
}
}
/* PROJECTS AIROCLE GUIDELINES  */
@media @mobile {
#block-yui_3_17_2_1_1596789014045_104571 {
padding-bottom: 60px !important;
width: 150% !important;
left: 25%;
transform: translate(-50%, 0%)
}
}
/* PROJECTS AIROCLE ARROW A  */
@media @mobile {
#block-yui_3_17_2_1_1596616188475_40040 {
width: 0% !important;
}
}
/* PROJECTS AIROCLE TEXT ARROWS  */
@media @mobile {
#block-yui_3_17_2_1_1596616188475_158743 {
padding-bottom: 60px !important;
padding-top: 40px !important;
}
}
/* PROJECTS AIROCLE FACTS  */
@media @mobile {
#block-yui_3_17_2_1_1596616188475_95344 {
padding-bottom: 60px !important;
width: 70% !important;
left: 50%;
transform: translate(-50%, 0%)
}
}
/* PROJECTS AIROCLE LAYOUT DESIGN  */
@media @mobile {
#block-yui_3_17_2_1_1596615797409_44875 {
padding-bottom: 60px !important;
width: 200% !important;
left: 35%;
transform: translate(-50%, 0%)
}
}
/* PROJECTS AIROCLE PRODUCT NAMING  */
@media @mobile {
#block-d17ec284f1e26da3fc73 {
width: 160% !important;
left: 0%;
}
}
/* PROJECTS AIROCLE BB COVERS  */
@media @mobile {
#block-yui_3_17_2_1_1596637811891_117192 {
padding-top: 60px !important;
width: 105% !important;
left: 53%;
transform: translate(-50%, 0%)
}
}
/* PROJECTS AIROCLE BB WORKING IMAGE B  */
@media @mobile {
#block-yui_3_17_2_1_1596637811891_169691 {
width: 0% !important;
}
}
/* PROJECTS AIROCLE KB ICON  */
@media @mobile {
#block-yui_3_17_2_1_1596788413967_96254 {
width: 70% !important;
}
}
/* PROJECTS AIROCLE MAKING VIDEO IMAGE  */
@media @mobile {
#block-yui_3_17_2_1_1596632126931_47747 {
width: 70% !important;
}
}
/* PROJECTS AIROCLE LAUNCH  */
@media @mobile {
#block-yui_3_17_2_1_1597119815925_70585 {
padding-bottom: 30px !important;
width: 130% !important;
left: 50%;
transform: translate(-50%, 0%)
}
}
/* PROJECTS AIROCLE GRAPHIS LOGO */
@media @mobile {
#block-bdc04db29db8aca1e351 {
width: 40% !important;
padding-top: 30px !important;
}
}
/* PROJECTS AIROCLE REBRAND LOGO */
@media @mobile {
#block-yui_3_17_2_1_1596597953374_36384 {
width: 40% !important;
padding-bottom: 30px !important;
}
}


/***********************/


/* PROJECTS LOUD HERO IMAGE */
@media screen and (max-width:767px) {
[data-section-id="5f3baf4ef51bd55288eb5b33"] .section-background img {
    visibility: hidden;
}
[data-section-id="5f3baf4ef51bd55288eb5b33"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/5f3bd818c4957d773cf29f26/1597757472547/FBD_Loud_Vis.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}
/* PROJECTS LOUD SECOND HERO IMAGE */
@media screen and (max-width:767px) {
[data-section-id="5f3baf4ef51bd55288eb5b39"] .section-background img {
    visibility: hidden;
}
[data-section-id="5f3baf4ef51bd55288eb5b39"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/5f3bd91d7b401a5943192efc/1597757744269/FBD_Loud_Hero_Butterfly_Mob.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}
/* PROJECTS LOUD BUBBLE LOGO */
@media @mobile {
#block-f5ac50e8b8ada8d9a7c7 {
width: 92% !important;
padding-top: 30px !important;
}
}
/* PROJECTS LOUD INK O */
@media @mobile {
#block-aa6c5035ec99f1701f87 {
padding-bottom: 60px !important;
}
}
/* PROJECTS LOUD COVERS */
@media @mobile {
#block-b2a41f3c0e82ad9447d5 {
padding-bottom: 30px !important;
width: 110% !important;
left: 57%;
transform: translate(-50%, 0%)
}
}
/* PROJECTS LOUD BRAND NEW LOGO */
@media @mobile {
#block-e90d627d9f02cd145569 {
width: 40% !important;
}
}
/* PROJECTS LOUD POSTERS */
@media screen and (max-width:767px) {
[data-section-id="5f3baf4ef51bd55288eb5b3d"] .section-background img {
    visibility: hidden;
}
[data-section-id="5f3baf4ef51bd55288eb5b3d"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/5f3bddecee93e01231a065c2/1597758974760/FBD_Loud_Posters_Mob_A.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}
/* PROJECTS LOUD REBRAND LOGO */
@media @mobile {
#block-yui_3_17_2_1_1597755963512_27967 {
width: 40% !important;
padding-bottom: 20px !important;
}
}

/***********************/


/* PROJECTS GET-PSORTED HERO IMAGE */
@media screen and (max-width:767px) {
[data-section-id="5f3e1f72a920d85faa61b791"] .section-background img {
    visibility: hidden;
}
[data-section-id="5f3e1f72a920d85faa61b791"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/5f436f752428047f126567cb/1598254972214/FBD_GPS_Mel_01-Mobile.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}
/* PROJECTS GET-PSORTED OLD DESIGN */
@media @mobile {
#block-e1351425c8321a67c0d7 {
width: 50% !important;
padding-bottom: 30px !important;
}
}
/* PROJECTS GET-PSORTED IPHONE DESIGN */
@media @mobile {
#block-yui_3_17_2_1_1598008792753_102560 {
margin-left: 35px !important;
width: 70% !important;
padding-bottom: 30px !important;
}
}


/***********************/


/* PROJECTS RIPL LEGS REMOVED */
@media @mobile {
#block-yui_3_17_2_1_1616368931713_31875 {
width: 0% !important;
margin-left: 0 auto;
}
}

/* PROJECTS RIPL W4W ICON */
@media @mobile {
#block-yui_3_17_2_1_1616377127214_54847 {
width: 60% !important;
margin-left: 0 auto;
}
}

/* PROJECTS RIPL W4W IMAGE */
@media screen and (max-width:767px) {
[data-section-id="6057f790bdb6bd707cc3119f"] .section-background img {
    visibility: hidden;
}
[data-section-id="6057f790bdb6bd707cc3119f"] .section-background {
    background-image: url(https://static1.squarespace.com/static/5e65c6c06ef4340ad7f4fedf/t/60584059bdcfde506f5489b7/1616396385252/RIPL_W4W_Mob.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}

/* PROJECTS RIPL LABELS */
@media @mobile {
#block-yui_3_17_2_1_1616392662364_32791 {
width: 50% !important;
margin-left: 0 auto;
padding-bottom: 30px !important;
transform: translate(35%, 0%)
}
}

/* PROJECTS RIPL CANS */
@media @mobile {
#block-yui_3_17_2_1_1616372196910_51645 {
width: 200% !important;
padding-bottom: 00px !important;
  left: 50%;
transform: translate(-70%, 0%)
}
}

/* PROJECTS RIPL ILLUSTRATIONS */
@media @mobile {
#block-yui_3_17_2_1_1616375070344_18871 {
width: 150% !important;
padding-bottom: 00px !important;
  left: 50%;
transform: translate(-50%, 0%)
}


}
/* PROJECTS RIPL GRAPHIS LOGO */
@media @mobile {
#block-yui_3_17_2_1_1641447464278_28378 {
width: 40% !important;
padding-bottom: 20px !important;
}
}


/***********************/
/***********************/

Link to comment

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.