The logo becomes extremely small on the cell phones like a dot???
This topic has 8 replies, 3 voices, and was last updated 9 years, 4 months ago ago by Robert Hall
The logo becomes extremely small on the cell phones like a dot???
Hi, there, thanks for the using our theme,
To solve this case you should delete custom css = take a look please (screenshot) http://prnt.sc/c1v506
Add this code custom css.
.header .blog-description span {
float: right !important;
}
This doesn’t do it…
Did you look at this site on your cell phone? Please use your phone to take a look at the header, where the logo becomes extremely small.
I am looking for a solution to this problem please…
Thank you…
Hello,
As I see you’ve added this code in custom css
.header-type-6 .header .tbs, .header-type-6 .header .header-logo, .header-type-6 .header .navbar-header, .header-type-7 .header .tbs, .header-type-7 .header .header-logo, .header-type-7 .header .navbar-header, .header-type-8 .header .tbs, .header-type-8 .header .header-logo, .header-type-8 .header .navbar-header, .header-type-10 .header .tbs, .header-type-10 .header .header-logo, .header-type-10 .header .navbar-header {
width: 15%;
}
Please try to increase the width value.
Regards,
Robert Hall
That solves the problem on the cell phones but it creates a problem with the social-shares on the laptop and the desktop –> http://prnt.sc/c3l386
Hello,
Please try to remove the code above and add the following in Global Custom CSS.
.header-type-6 .header .tbs span{
float: right;
}
Regards,
Robert Hall
all good… tu!
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Logo Size On The Phone’' has been successfully resolved, and the topic is now closed for further responses