Hi,
On homepage only on desktop, i want the title & subtitle to be in the middle height of the banner (without changing the position of the button)
On homepage only on mobile, i want to lower just a little the main button
Thanks for your help
Hi,
On homepage only on desktop, i want the title & subtitle to be in the middle height of the banner (without changing the position of the button)
On homepage only on mobile, i want to lower just a little the main button
Thanks for your help
Hi @Alex087
Like this?
If it is try this.
@media only screen and (min-width:749px){
.banner__content.banner__content--bottom-center.page-width {
justify-content: center !important;
}
.banner__content.banner__content--bottom-center {
align-items: center !important;
}
.banner__buttons {
position: absolute;
left: 0px;
padding-top: 70px;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
hi Made4,
The new height is correct, but the alignement right left should be same as before,
thanx
Oh, I made it critical..
Like this?
If it is. Please replace the code to this.
.banner__content.banner__content--bottom-center {
align-items: center !important;
}
.banner__text.rte.subtitle {
margin-bottom: 25%;
}
Same Instruction.
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks Made4, would you know how to lower just a bit the home page button BUT only on mobile?
Yeah, try this one.
Note you can adjust the size.
Same Instruction.
@media screen and (max-width: 767px)
h2.banner__heading {
margin-bottom: 60px !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
this is not working, i’ve adjusted but the button is still not moving on mobile…
Please, replace that code into this code.
@media only screen and (max-width: 749px){
.banner__box>*+.banner__buttons {
padding-top: 30px;
}
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thanx Made4it worked!
Would you know how to increase the subtitle size on homepage?
This subtitle (photo)on the product page, I would like bigger & bold.
Thanks in advance
Good to hear then, would you mind to share the password of your Store? I cnat see it on the previous posting. Thanks!
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi Made4
thanx in advance
Try this one. Same Instruction.
#ProductInfo-template--19674055147849__main > p.product__text.inline-richtext.caption-with-letter-spacing > font > font {
font-size: 12px;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
this one is not working