Hey there! I hope a Shopify Coding Pro can help me out with this important layout issue. I am currently really struggling to adjust the mobile design of my banner to the same design as shown in the desktop design version of my shop with scss-liquid. I am using the Minimal theme and my URL is: www.retroarea.de
If anyone has an idea how to solve the issue of making the banner appear the same on the mobile version as on the desktop version, it would be an amazing help. I have tried to use the code below, but I still have 2 major issues:
- Text + Code is placed below the image on mobile version and not in front of it
- Text is still black and not white
Left (Mobile Version), Right (Desktop Version)
My attempted coding, I have put in the end of my theme.scss.liquid**:**
@media screen and (max-width: 768px){
#flexslider–slider .slides__image{ object-fit: contain !important; height: 230px !important; }
.slides__text-content–mobile{ position: absolute !important; top: 48%; }
}
.slides__text-content{ top: 75% important; }
/* code for slider button for mobile */
.slides__btn–mobile {
display: inline-block;
color: #fff;
padding: 15px 12px;
font-size: 0.6em;
line-height: 1.2;
min-height: 1.125rem;
}
THANK YOU! David




