Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.grid__item.medium-up--one-third.text-center a.btn.btn--secondary.btn--small {
position: absolute;
top: 50%;
left: 46%;
}
.grid__item.medium-up--one-third.text-center {
position: relative;
}
Screenshot :- https://prnt.sc/10b2xyi
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media screen and (min-width:768px){
.grid--flush-bottom .grid__item.medium-up--one-third .btn--secondary {
position: relative;
bottom: 65px;
width: 59%;
background: white;
border: none;
}
}
@media screen and (max-width:767px){
.grid__item.medium-up--one-third.text-center a.btn.btn--secondary.btn--small {
position: relative;
top: -70px;
left: 0;
}
}
User | Count |
---|---|
429 | |
195 | |
99 | |
91 | |
86 |