Hello,
I need to reposition the text in the slideshow banner.
I noticed that some options are pre-configured, like bottom/left, but I need to position the text more precisely.
Also, I need to adjust font size for both first and second title and the text must not wrap
My URL is https://porsche-rj-8273.myshopify.com and I am using Dawn theme.
Below is the required design screenshot, as current design has no text (the current design presented text is part of the image, as I couldnt find out how to correctly align the banner text)
Regards,
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset → base.css and paste this at the Bottom of the file:
.sca-banner-full-static.sca-banner-full-left-static {
left: -32%;
}
Hello @eytanlub
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
#slider26591_container .sca-banner-full-static h2 {
font-size: 50px !important;
}
.scm_slider_container .sca-banner-full-left-static {
top: 80% !important;
left: -28% !important;
}
#slider26591_container .sca-banner-full-static {
padding: 74px !important;
}
.scm_slider_container .sca-banner-full-left-static h2:before {
left: 36% !important;
top: 50% !important;
}
Hello, unfortunately did not work.
The text is wrapped and font size makes no effect.
Hello, unfortunately did not work. Still the text in the same position and font size.