Home Forums Pro Themes Academic Pro Problem customizing Header Logo size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #69661
    Mariano Castillo
    Participant

    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

    site: http://www.nhslatamerica.com/

    #69683
    wensolutions
    Keymaster

    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!!

    #69991
    Mariano Castillo
    Participant

    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

    #70138
    wensolutions
    Keymaster

    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 🙂 .

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.