• Resolved LotNW

    (@lotnw)


    Good day!
    First of all thanks for the good WordPress Theme.

    During personalization of the Klean Theme I have installed site logo picture with initial size 720*300 px., but on the home page its size is adjusted to 400*167 px.

    Please advice what it is necessary to do for having full-size picture on the home page?

Viewing 8 replies - 1 through 8 (of 8 total)
  • divjotsingh_440

    (@divjotsingh_440)

    Hello,
    Can you please share the URL of the site toobserve the problem.

    Thread Starter LotNW

    (@lotnw)

    Yes, sure:
    legendofthenorthway.ru

    Logo with the text: “Легенда Северного Пути”

    divjotsingh_440

    (@divjotsingh_440)

    Hello,
    Currently, CSS changes are a bit difficult due to the absence of Custom css.
    The custom css field is being introduced in the next update.

    Meanwhile, you will need to install a custom css plugin.
    After installation, add the following code-

    #logo {
    width: 80% !important;
    }

    divjotsingh_440

    (@divjotsingh_440)

    Although, after enlarging the logo, the search bar may encounter some problems.

    Thread Starter LotNW

    (@lotnw)

    I added metioned code to the custom CSS (installed plug-in “Simple Custom CSS”), but nothing changed…

    Thread Starter LotNW

    (@lotnw)

    For information: when change “width” parameter for e.g. 10% logo size makes smaller.

    But with 80%, 90% etc. – no change.

    divjotsingh_440

    (@divjotsingh_440)

    OK No Problem…

    Add the following code-

    #logo {
    max-width: 600px !important;
    }

    Thread Starter LotNW

    (@lotnw)

    Thanks a lot! It works.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change size of site logo’ is closed to new replies.