Kyler
Member-
Content Count
10 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hey guys I am looking to build a form that users will have to fill out. Should the one field not match the input of my excel file then they will be prompted to try again. Something like "The information you have entered does not match our records." Example: 1. User is given a device with a MAC address 2. They have to register their device by filling out their personal information as well as the MAC address displayed on the box. 3. Two outcomes. If the MAC address matches my excel / google sheets file the registration is complete. If not then they are prompted to fill
-
How do I put blocks side-by-side on mobile using CSS?
Kyler replied to Kyler's question in Coding and Customization
Thank you so much! Quick question, how do you identify the page section? -
How do I put blocks side-by-side on mobile using CSS?
Kyler posted a question in Coding and Customization
Site URL: https://k2.life This is how it looks on a desktop version, how would I go about making two images at a time to show? Also is it possible to make the "Some of Our Recent Customers" to display at the beginning rather than the middle. -
Yes! My apologize I forgot to update my post. Here is the code I added to make it work in case any future readers are interested. [data-section-id="5f149bf940592a3871aa45ab"] .content-wrapper { max-width:2000px !important; padding: 0px !important; }
- 2 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
Site URL: https://k2.life I have about 8 image blocks next to one another. I want to make them so that they stretch out across the whole page section so that they fill in the blank space. If you navigate to my site it is the "Some of Our Recent Customers" section that I am referring to. Here is my current code that at least removes the padding, but I cannot seem to make them fill in the blank space from left to right. #block-yui_3_17_2_1_1595186156795_32170,#block-yui_3_17_2_1_1595186156795_33500, #block-yui_3_17_2_1_1595186156795_35306, #block-yui_3_17_2_1_1595186156795_39012, #block-y
- 2 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
Site URL: https://k2.life Here is my code. How do I make it so that only the border of the button changes color? #block-yui_3_17_2_1_1594008918761_24680 { .sqs-block-button-element--medium { -webkit-animation: color rotate 25s linear infinite alternate; animation: color-rotate 25s linear infinite alternate; } } #block-yui_3_17_2_1_1594008918761_24680 { @-webkite-keyframes color-rotate { 0% {background: #81c2ee} 50% {background: #aea7f8} 100% {background: #aea7f8} } } Also changing the "background" to "{border: solid