Home Forums Pro Themes Education Hub Pro Resize logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12552
    comboss
    Participant

    I need to make the logo smaller, and site names and tagline aligned with the logo in right proportion . I need your help on this? Thank you!

    #12575
    wensolutions
    Keymaster

    Hello @Comboss,

    We would need to access your site URL to precisely suggest you on decreasing logo size and the site titles specific to your site.
    Until then, you can simply paste in the following custom css in your Admin Panel > Appearance > Customize > Theme Options > Advanced Options.
    Here you will see a box to write Custom CSS. Now copy and paste below CSS to get smaller logo and relative site titles alignment.

    .site-logo-link > img, .custom-logo-link img {
        max-height: 80px;
    }
    .site-title {
        font-size: 18px;
    }
    .site-description {
      
        font-size: 12px;
    }
    #site-identity {
    padding-top: 12px;
    }

    Hope this will help you.
    Let us know how it goes.

    Best regards!!!!

    #12630
    comboss
    Participant

    Here is the link: http://greencardmongolia.com/

    #12648
    wensolutions
    Keymaster

    Hello Comboss,

    Upon inspection of your website, the custom CSS code that we have provided applies perfectly to your current logo and site titles to make it smaller and properly aligned.

    Please paste in the Custom CSS and as described above for the changes to be applied.

    Let us know if you want any further assistance.

    Best Regards.

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