url : https://bc2053-2.myshopify.com/
how do i make the edges curly in the edges ?
and how I move the buttons on the hero section to the bottom of the image on mobile ?
thanks in advance
Yaniv
url : https://bc2053-2.myshopify.com/
how do i make the edges curly in the edges ?
and how I move the buttons on the hero section to the bottom of the image on mobile ?
thanks in advance
Yaniv
Hi @YanivKatz
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
.banner__box.content-container.content-container–full-width-mobile.color-inverse.gradient {
padding-bottom: 0 !important;
padding-top: 230px !important;
}
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
thank you it worked , about the second question do you have a idea how to make the sections more round in the edges ?
Hello @YanivKatz
It’s Vian from FoxEcom
You would want to edit the corner radius of the element.
Which section are we talking about?
Could you let me know which section you want to border?
The hero banner section
hey the hero banner
Hey @YanivKatz
Please add this custom code to the Custom CSS of that section in the Theme Editor.
@media (max-width: 639px) {
.banner {border-radius: 0.8rem;overflow: hidden;}
}
Let me know how it works out for you
hey henry i got a new slide show from section store and its not working now, how do I put the buttons on the bottom again ?
thanks in advance