TEXT logo resize for responsive

GK User
Tue Jul 05, 2016 2:23 pm
Hi, i am using this beautiful template to made an architect website, but i am finding some difficult things to modify.
I was wondering to use a TEXT LOGO that is a little bit long that normal, 22 characters including space between the two words, my problem is that when resising for responsive the text remain same pixel size and does not work well in some mobile diveces, such as iPhone, iPad and similar.
Also the tex separate itself on two rows, i would like to have possibility to resize it for mobile version, is this possible?
Thanks in advice
User avatar
Fresh Boarder

GK User
Thu Jul 07, 2016 6:54 pm
Hi, any way to manage this request, please?
It is so strange that this is not yet provided into template.
Thanks
User avatar
Fresh Boarder

teitbite
Tue Jul 12, 2016 12:35 pm
Hi

Simply add a css with specification for which screen width it should be resized:

Code: Select all
@media only screen and (max-width:800px) {
.gk-logo-text {
font-size: 15px;
}
}
User avatar
Moderator


cron