-
Content Count
32 -
Joined
-
Last visited
Reputation Activity
-
spondon reacted to IXStudio in Jquery Counter-Up plugin Scrolling Problem (7.1)
Hi,
The actual code is wrong. Need to change the JS function.
Please let me know if you want to change it completely.
Please use the like button if it helps you!
Best,
Leopold
-
spondon reacted to tuanphan in Flex Direction Problem on Desktop (7.1)
Add to Home > Design > Custom CSS
@media screen and (min-width:768px) { div#block-yui_3_17_2_1_1595043153753_4066 figure { width: 33.33% !important; } div#block-yui_3_17_2_1_1595043153753_4066>div { display: flex; flex-direction: row; justify-content: center; } }
-
spondon reacted to tuanphan in How to add Codepen Code on Squarespace 7.1? (with HTML, CSS, JS)
Add to Home > Design > Custom CSS
.container { width: auto !important; } @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1594801107365_11265 section { height: unset !important; } }
-
spondon reacted to tuanphan in How to reduce padding between photo blocks in blog pages
Add to Page Settings > Advanced > Header
<style> .image-block { padding: 5px !important; } </style>