No content to show
User Activity
I found a solution. I added the following code to the sytle section:/* Custom styles for the slick slider */
.slick-slider {
margin: 0 auto;
}
/* Style for slick slides */
.slick-slide {
margin: 0 5px;
}
/* Style for slick dots */
.slick-dots {...
@Huptech-Web i want to build it for desktop and mobile, in both cases there should be three images next to each other and if you swipe (on desktop press the arrow left or right) it should show the next three images. Do u have an idea how i can chang...
The site URL is https://stampforge.de/collections/keksausstecherpassword: newwave
03-27-2024
I have built a custom code for a clickable collection slider. Now I have a few design problems. The current slider looks like this. Does anyone have any ideas on what I need to change?This should be the result with the slideable function. It would b...
The solution is to add the following code: .dawn-product-slider .carousel-cell {
pointer-events: none;
background: transparent;
border-radius: 16px;
margin: auto;
padding: 18px;
margin: 12px;
width: calc(32% - 10px);
}
03-26-2024
I have some problems with my custom image slider, which i tried to implement in dawn theme. The image slider works fine, the only thing is that i want to remove is the link on the image. Always if i am trying to swipe the slider it will open the erro...
12-26-2023
<!DOCTYPE html>
<html>
<head>
<title>Slick Carousel Integration</title>
<!-- Slick CSS -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"/>
<style>
/* CSS styles *...
12-26-2023
https://stampforge.de/collections/all
Hello,I am currently trying to build my own Slideable Collection List in Shopify by building my own section. I have already finished a large part of it, but I would like to add a slider without changing the design. This should only be displayed on mo...
I want to remove the bottom part of the text field. I tried many differnt things but nothing works. https://taskslider.de/products/taskslider-01
Unfortunately it didn't work, because then the text input is under the button and it overlaps
it just changes the message. i want to change the height of the white container so that there is just one line
Unfortunately it does not work This is my Css Code in Bse.css product-form .field {
margin-bottom: 3rem;
height: 20%;
width: 100%;
}
@media screen and (max-width: 749px) {
product-form .field {
margin-bottom: 2rem;
height: 20%;
...
11-11-2023
How can I change the height of the custom text field? I would like it to be only as high as a line of text.https://taskslider.de/products/taskslider-01More important on the mobile version of the website. <label for="message" class="form__label">P...
11-03-2023
I found a solution for my problem. This is one way of adding an image slider. <style>
.dawn-product-slider {
max-width: 1600px;
margin: auto;
padding: 0 20px;
padding-bottom: 32px;
margin-top: 5px;
}
.dawn-product-slider img...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2069 | 03-27-2024 05:54 AM | |
273 | 03-26-2024 08:54 AM | |
5265 | 11-03-2023 01:40 PM | |
459 | 06-12-2023 09:37 AM |