- Posts: 51
- Thank you received: 0
Responive website: large letters in Hot Slice Box
-
swvanderlaan
Active member - Topic Author
- Member
Less
More
9 years 5 months ago #45772
by swvanderlaan
Responive website: large letters in Hot Slice Box was created by swvanderlaan
Hi,
I've got Sparks installed and use Hot Slicebox on some of the pages, for instance: surinamedag.com/symposium_sparks/index.php/sponsors . When I check the site on my iPhone, I get the letters in the slice box text really large. See attached example:
Can you/I change this?
Thanks and best,
Sander
I've got Sparks installed and use Hot Slicebox on some of the pages, for instance: surinamedag.com/symposium_sparks/index.php/sponsors . When I check the site on my iPhone, I get the letters in the slice box text really large. See attached example:
Can you/I change this?
Thanks and best,
Sander
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 5 months ago #45773
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic Responive website: large letters in Hot Slice Box
Hello,
I wrote this code for you, put it on bottom of templte_css.css which is located under your template_fodler/css
@media (max-width: 768px) {
.featuresrow h3 {
font-size: 3vw;
}
.sb-description {
width: 50%;
margin: 0 auto;
}
}
Best regards,
Nikola Mihajlovic
I wrote this code for you, put it on bottom of templte_css.css which is located under your template_fodler/css
@media (max-width: 768px) {
.featuresrow h3 {
font-size: 3vw;
}
.sb-description {
width: 50%;
margin: 0 auto;
}
}
Best regards,
Nikola Mihajlovic
Please Log in to join the conversation.
Time to create page: 0.141 seconds