Hello,
I want to increase the margins on the sides to have my titles on one line without reducing font size (on MOBILE VIEW)
Here is my url : Waterlys
Thanks
Hello,
I want to increase the margins on the sides to have my titles on one line without reducing font size (on MOBILE VIEW)
Here is my url : Waterlys
Thanks
On which device are you testing?
On samsung galaxy device
Please Go to Online Store β Themes β Edit code β Assets β theme.scss.liquid and paste this code at the end of this file.
@media screen and (max-width: 450px) {
h2.section-header__title {
font-size: 24px !important;
}
}
@Medy06 , do this to fix it in 20 seconds:
@media (max-width: 410px){
.section-header__title{
font-size: 6.7vw !important;
}
}
Please let me know whether it works.
Kind regards,
Diego
Hi Diego
Actually I tried but nothing changed, donβt worry I finally changed the font size
Medy