By Sam Famma on Saturday, 12 April 2014
Posted in Technical Issues
Likes 0
Views 612
Votes 0
Hi there! I increased the size of the blog name to 60px. But it doesn't scale on mobile. Is there a way to add code to make the blog name go down to 24px for mobile?
Hello Sam,

I am really sorry for the delay of this reply as it is a weekend for us here. Do you mean the blog's title? You can add the block of css codes below to switch to a different view on specific viewport resolution


#eblog-wrapper.w320 .blog-title {
font-size: 24px !important;
}
·
Sunday, 13 April 2014 00:06
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you so much mark!
·
Sunday, 13 April 2014 09:01
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Sam
·
Sunday, 13 April 2014 15:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post