Outlast-Creative
Circle Member-
Posts
13 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Outlast-Creative's Achievements
-
tuanphan reacted to a post in a topic: Auto Scroll Logo Block on 7.1
-
Auto Scroll Logo Block on 7.1
Outlast-Creative replied to Outlast-Creative's topic in Customize with code
Hi all, I ended up finding a great tutorial on how to add this to you site: https://www.will-myers.com/scrolling-logo-in-squarespace- 4 replies
-
- css
- code-injection
-
(and 1 more)
Tagged with:
-
Auto Scroll Logo Block on 7.1
Outlast-Creative replied to Outlast-Creative's topic in Customize with code
- 4 replies
-
- css
- code-injection
-
(and 1 more)
Tagged with:
-
@tuanphan Thanks for the reply Tuanphan your help is much appreciated. I don't think this worked for me though. I've attached an image of what I'm seeing.
- 24 replies
-
- custom-css
- homepage
-
(and 1 more)
Tagged with:
-
Site URL: https://tyres-assist.squarespace.com/ Hi all, James form Outlast Creative again, I was wondering if one of you lovely people can help me with adding an auto scroll to a carousel on the homepage of my newest site I'm building for a garage. The logos are of Car makes and I wanted them to sit under the hero in an auto scrolling fashion. Password to the site is: testy
- 4 replies
-
- css
- code-injection
-
(and 1 more)
Tagged with:
-
Can you please amend this code for me please so that it has the animated icon and text on the same line and not one after another? <div class="mouse"> <div class="mouse-icon"> <span class="mouse-wheel"></span> </div> </div> <style> .mouse { width: 100px; } .mouse-icon { width: 18px; height: 30px; border: 2px solid white; /*you can change 'white' to a hex color*/ border-radius: 15px; cursor: pointer; position: relative; text-align: center; } .mouse-wheel { height: 6px; margin: 2px auto 0; display: block; width: 3px; background-color: white; /*you can change 'white' to a hex color*/ border-radius: 50%; -webkit-animation: 1.6s ease infinite wheel-up-down; -moz-animation: 1.6s ease infinite wheel-up-down; animation: 1.6s ease infinite wheel-up-down; } @-webkit-keyframes wheel-up-down { 0% { margin-top: 2px; opacity: 0; } 30% { opacity: 1; } 100% { margin-top: 20px; opacity: 0; } } @-moz-keyframes wheel-up-down { 0% { margin-top: 2px; opacity: 0; } 30% { opacity: 1; } 100% { margin-top: 20px; opacity: 0; } }@keyframes wheel-up-down { 0% { margin-top: 2px; opacity: 0; } 30% { opacity: 1; } 100% { margin-top: 20px; opacity: 0; } } </style> <br> Scroll down to find out more
- 24 replies
-
- custom-css
- homepage
-
(and 1 more)
Tagged with:
-
@bangank36 Thank you, it works on desktop but the mobile view still has the buttons on top of each other. If this is the best we can get then it's no problem. But it would be nice to have the two buttons side by side.
- 4 replies
-
- custom-css
- button
-
(and 1 more)
Tagged with:
-
Outlast-Creative reacted to a post in a topic: Trying to get buttons to be side by side on Desktop and mobile devices
-
Site URL: https://buryvanhire.squarespace.com/under-construction-temp-homepage Hi all, Can someone please help me with a problem I'm having with the alignment of my buttons on desktop and mobile. I want them to be on the same line but it's proving difficult. Any help would be much appreciated. Password: test123
- 4 replies
-
- custom-css
- button
-
(and 1 more)
Tagged with:
-
Alter height on mobile map block only
Outlast-Creative replied to Outlast-Creative's topic in Customize with code
Hey, @SquareRefresh!! Thank you this worked perfectly. I've been wobbling my head for ages at this haha. Nice one! -
SquareRefresh reacted to a post in a topic: Alter height on mobile map block only
-
Outlast-Creative reacted to a post in a topic: How to add space between product variant options
-
How to add space between product variant options
Outlast-Creative replied to Outlast-Creative's topic in Site Design & Styles
Perfect! Thank you! @Tuanphan- 2 replies
-
- product-page
- css
-
(and 2 more)
Tagged with:
-
Site URL: https://bagpipe-broccoli-k2x2.squarespace.com/ Hi all, I'm having trouble making the map on mobile larger at the top of the contact us page. (Link to that page is in the footer). I have put this code in to make the map full width on desktop and I think this code is causing the problem on mobile. /// Contact Us /// // Top Map // /* contact page map block full width */ section[data-section-id="61a6092201d66c32ef971e05"] { .content-wrapper { padding: 0 !important; max-width: 100% !important; } .sqs-row { margin: 0 !important; } .sqs-row .sqs-block.map-block { padding: 0 !important; } } Can someone please help me. Password to site is: test
-
Site URL: https://reindeer-blenny-m5mk.squarespace.com/store/p/apple-macbook-pro-13-m1-soc-256gb-ssd-macos-space-grey-laptop Hi all, I'm trying to add some padding to these blocks in the image attached. But I'm having trouble finding the right code. My code is below. It would be great if someone can help. Password to test site is: password123 .product-variants { display: flex !important; } .variant-option-title { font-size: 16px; padding-top: 0px !important; } .variant-select-wrapper { font-size: 12px } .quantity-label { font-size: 16px } .ProductItem-details .product-quantity-input input { font-size: 12px } .product-details .variant-select-wrapper::after { position: absolute; top: 28px; right: 1rem; transform: rotate( 45deg); border-bottom: 1px solid; border-right: 1px solid; height: 0.5rem; width: 0.5rem; transform-origin: center top; pointer-events: none; font-size: 0.5rem !important; } .ProductItem-details .variant-select-wrapper select { border: 0.5px solid grey; border-radius: 3px; } .ProductItem-details .variant-option select, .ProductItem-details .product-quantity-input input { appearance: auto border: 0.5px; border-radius: 6px; padding: 20px; float: left; margin-bottom: 64px; }
- 2 replies
-
- product-page
- css
-
(and 2 more)
Tagged with: