I'm having trouble adjusting the size of my text layer in mobile view. Desktop view displays it exactly as it should , but on the mobile it's very small.
you have to create a custom CSS code which will be active on mobile devices (using media queries) and change the font size on a specific device screen size range
Please serach the internet what are media queires and how to use them in the CSS
Hi,
I'm having trouble adjusting the size of my text layer in mobile view. Desktop view displays it exactly as it should , but on the mobile it's very small.
Could someone help me please?
Thanks in advance
Hi,
you have to create a custom CSS code which will be active on mobile devices (using media queries) and change the font size on a specific device screen size range
Please serach the internet what are media queires and how to use them in the CSS
Regards,
Igor
Thank you for the reply!
I know it would be something like this...?
@media only screen and (max-width: 600px) {
.slider(or font class?){
font-size: xx px;
}
}
But i'm haing a hard time finding the place to pace the code...
Thanks in avance!
Hi,
you should put the custom code in your website template custom CSS file
Regards,
Igor