No content to show
User Activity
Possibly due to an update to Shopify's code, the global.js code no longer works. Instead use:class SliderComponent extends HTMLElement {
constructor() {
super();
this.slider = this.querySelector('[id^="Slider-"]');
this.sliderItems = th...
Possible due to a recent update, the global.js code no longer works. Instead, use the code:class SliderComponent extends HTMLElement {
constructor() {
super();
this.slider = this.querySelector('[id^="Slider-"]');
this.sliderItems = this...
12-12-2023
Found the solution. Paste the code into your base.css @media screen and (max-width: 749px) {
.slider.slider--mobile.contains-content-container .slider__slide {
margin-left: 1.5rem !important;
}
.background-none .slider .multicolumn-card__image-...
12-12-2023
Probably not relevant anymore, but I've found your problem. Use the code mentioned in the accepted solution and then within your theme editor, go to Theme Settings -> Layout and set your Horizontal and Vertical Spaces to 4px.
11-08-2023
Hi there!Website is www.urbanizd.co.ukThank you kindly!
Hi, The cards on my multicolumn slider on mobile are not centred on the screen. The first two are shifted to the left and the last is shifted to the right. How can I rectify this? Thank You
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
303 | 12-12-2023 06:45 AM |