Home Forums Pro Themes Pleased Pro Help with Logo Resize

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #137559
    jamie Van Egmond
    Participant

    Hello I am trying to increase the size of my logo on my site.
    I have tried to use Additional CSS when Customising the Theme.
    This is the CSS I have used:
    #site-identity img {
    height: 100%;
    }

    There is no change when I enter this and then publish it.
    Any advice on how to change the logo size?
    Thanks

    #137565
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please provide us with your site URL so that we can help you with precise CSS.

    Also please make a rough estimation in a screenshot with marking/ highlighting so that we can provide CSS likewise.

    Regards.

    #137581
    jamie Van Egmond
    Participant

    Thanks,

    The site is http://www.saltandbush.com.au

    I created a screenshot with the logo size I would like.

    It is posted on this page screenshot

    Thanks for your assistance.

    #137629
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS for adjusting logo size.

    .home img.custom-logo {
            max-height: 90px;
    }

    You can increase or decrease the height as per your requirement.

    Further, the screenshot you have attached is not supporting so you can adjust the CSS as per your requirement.

    Regards.

    #137633
    jamie Van Egmond
    Participant

    Hello

    Thank you it changed the logo size on the homepage
    however on the other pages it is still too small
    is there a way to change it across the whole site?

    thanks for your assistance

    jamie

    #137642
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS for adjusting logo size in all the pages.

    .page img.custom-logo {
            max-height: 90px;
    }

    You can increase or decrease the height as per your requirement.

    Hope this helps.

    Regards.

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