- This topic has 4 replies, 3 voices, and was last updated 3 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Business Field › Mobile view logo size
Hi,
Ive tried to add some of the codes suggested but non of them work.
my site http://bentleybusinessassociates.com is showing the log very small on a mobile device.
I tried this.
@media only screen and (max-width: 767px)
{
.custom-logo-link, .site-logo-link {
max-width: 500px;
}
}
Ive now got
@media (max-width:767px){
.site-branding .site-branding {
width: 100%;
float: none;
display: inline-block;
text-align: center;
}
}
@media (max-width:767px){
.site-branding .custom-logo-link {
width: 100%;
max-width: 100%;
}
}
and that does not work. any suggestions. Ive searched the forums and tried all of the custom CSS you have suggested to people.
The main one @media only screen and (max-width: 767px)
{
.custom-logo-link, .site-logo-link {
max-width: 500px;
}
just does not work. The logo stays small. very frustrating.
Hello,
Regarding your query, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
@media only screen and (max-width: 1023px){
.custom-logo-link img {
max-width: 100%;
}
}
Hope this helps.
If you have further queries, let us know.
Thank you.
Perfect thanks.
That worked
Hello,
Glad we could help you.
If you have further queries, let us know.
Regards.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |