- Posts: 9
- Thank you received: 0
Responsive not ok in smartphone screen
- IVAN UDÍAS PAREDES
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 3 months ago #6926
by IVAN UDÍAS PAREDES
Responsive not ok in smartphone screen was created by IVAN UDÍAS PAREDES
Hi
Could you help me to fix it please?
Could you help me to fix it please?
Attachment cosmetics-responsive.png not found
Attachments:
Please Log in or Create an account to join the conversation.
- Nguyen Mai
-
- Offline
- Senior Boarder
-
Less
More
- Posts: 47
- Thank you received: 10
11 years 3 months ago - 11 years 3 months ago #6931
by Nguyen Mai
Replied by Nguyen Mai on topic Re: Responsive not ok in smartphone screen
You can change font-size for this by editting file '/templates/ot_naturalcosmetics/css/template.css'
Line 468
Or you can add this code to file '/templates/ot_naturalcosmetics/css/template.css':
Line 468
Code:
.custom_title{
display: block;
font-size: 36px;
line-height: 50px;
}
.custom_desc{
font-size: 18px;
line-height: 20px;
}
.custom_more{
font-size: 12px;
font-style: italic;
}
.custom_cur{
float: left;
font-family: 'Segoe UI Light', Tahoma, Arial, Helvetica, sans-serif;
font-size: 72px;
line-height: 73px;
}
Or you can add this code to file '/templates/ot_naturalcosmetics/css/template.css':
Code:
.btn-group > .btn{
white-space: normal;
}
Last edit: 11 years 3 months ago by Nguyen Mai.
Please Log in or Create an account to join the conversation.
- IVAN UDÍAS PAREDES
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 9
- Thank you received: 0
11 years 3 months ago #6939
by IVAN UDÍAS PAREDES
Replied by IVAN UDÍAS PAREDES on topic Re: Responsive not ok in smartphone screen
Solved!
Thanks!!
Thanks!!

Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds