- This topic has 3 replies, 2 voices, and was last updated 3 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 › Pro Themes › Next Travel Pro › I was trying to keep Site Logo little BIGGER in size, but couldn’t.
Tagged: Logo should be in the middle
TP,
I was trying to change my site logo bigger than the present logo size here. Even if I am trying to change it, it became very small which is not very clear to see. However, if you check my Footer Logo under Footer Widget, you can see the visible logo. My site logo pixel dimensions: width 660, height 347 in pixels; Document size: Width 33.52/cm, Height 17.62/cm and Resolution: 50.013/pixels-inches only. Tell me, how I can make my site logo bitter and place it under Site Identity.
I want my site logo little bigger than it appeared now.
Thanks.
Hello There
Please add this CSS in the additional css
.site-branding {
padding: 5px 0;
}
.site-logo img {
max-height: 60px;
}
Adjust the value of max-height as per your need
Regards
Thank you for your help! Indeed, now I can resize as per my needs. But the site logo is still not in the middle of the Menu Bar. Kindly check it and help me again. I want that site logo in the middle of the Bar.
Site logo should be in the middle of the Menu Bar.
Thank You.
please add this css to align the logo at the center
.site-branding {
float: left;
padding: 10px 0;
width: 100%;
text-align: center;
}
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. |