- This topic has 3 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Construction Base › Construction Base Pro : Cant Center Logo on mobile
Tagged: construction base pro
Hi I had an issue with the resolution of the logo on my site and added the following code to the additional CSS:
.custom-logo-link {
max-height: 17%;
max-width: 17%;
}
It helped with the resolution but the logo is not centered on mobile device. Does anyone know how i can center it?
My website is gotohomebuilders.com
Thanks!
Hello @gotohomebuilders,
First of all thank you very much for using the pro version of the theme.
Now to center the logo in mobile version use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media only screen and (max-width: 550px){
.custom-logo-link {
display: inline;
}
}
Hope this helps.
Best Regards!!
Have a good day 🙂 .
That worked but only for a select few pages. My home page is still set on the left side on the mobile and tablet versions. What can i do? @wensolutions
Hello @gotohomebuilders,
To center the logo in the tablet view use below given CSS.
@media (max-width:767.99px){
.site-branding .site-branding {
width: 100%;
float: none;
display: inline-block;
text-align: center;
}
}
@media (max-width:1023.99px){
.site-branding .custom-logo-link {
width: 100%;
max-width: 100%;
}
}
Hope this helps.
Best 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. |