- This topic has 3 replies, 2 voices, and was last updated 6 years, 7 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 › Academic Pro › Problem customizing Header Logo size
I cant edit Header Logo Size, and Change position in the Site Title.
I cant modify the space between the menu, and the logo is too big.
I would like to change it´.
I cant find this option : HEADER LOGO, SITE TITLE, TAGLINE AND SEARCH BOX
in the Theme Option
Hello @mcastillos,
Firstly, thank you very much for using the pro version of the theme.
Now all of your queries has been answered below:
I cant edit Header Logo Size, and Change position in the Site Title.
Response: To change the header logo size use below given CSS.
img.custom-logo {
max-width: 90%;
}
You can increase or decrease the size as per your requirement.
As for the site title position, we are not quite clear where do you want to move the site title so please provide the screenshot marking the position that you want for your site title.
I cant modify the space between the menu, and the logo is too big.
Response: For this as well please provide the screenshot which space you are referring to so that we can provide the precise fix on this.
I cant find this option: HEADER LOGO, SITE TITLE, TAGLINE AND SEARCH BOX
Response: You can change the site title and tagline from Admin Panel > Appearance > Customize > Site Identity.
As for the search box, it will appear only when you assign the menu to primary menu location.
Hope this helps.
Best Regards!!
Thanks, I was able to change the contents of the sections.
Now I just need to adjust the width of the title bar in relation to the Menu
https://drive.google.com/file/d/1QS6_ftPFfJSSXxDlisM-Nqetq6zfDK5t/view?usp=sharing
Hello @mcastillos,
The issue has raised due to the longer site title.
However, we have fix the issue with the custom CSS so go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media (min-width:993px){
.site-header .container {
position: relative;
}
#site-navigation {
position: absolute;
bottom: 0;
right: 0;
}
}
Hope this helps.
Best Regards!!
Have a good day 🙂 .
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. |