• Resolved cionzi

    (@cionzi)


    Hi everybody, hope someone can help me as soon as possible… I need to insert a logo in my page: I thought to use “image logo” option in Appearance -> Header to insert it, but the defined size for this image is 90×300: I need to insert a 930×300 image. I’ve modified style.css:
    `img.site-logo, h1.site-title {
    color: #B81005;
    float: left;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -7px;
    max-height: 930px;
    max-width: 300px;
    padding: 5px 0;
    text-shadow: 1px 1px 1px #000000;
    word-wrap: normal;
    }
    `
    but when I insert the image, it crops it in 90×300. How can I modify php files to insert a 930×300 image?
    I hope I’ve been clear enough! Thanks!

    Chiara

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You ought to add new styles externally, not within the theme’s files. Changes to the theme’s files will compromise the theme and be compromised when the theme updates.

    External changes can be made using a Child Theme or through a plugin that provides Custom CSS functionality.

    I recommend using the Jetpack plugin’s Custom CSS functionality to hold your CSS.

    Thread Starter cionzi

    (@cionzi)

    Sorry, right dimension size is 90×930.

    Thread Starter cionzi

    (@cionzi)

    Thanks Andrew Nevins, I’ll do install jetpack and plugins!

    Theme Author D5 Creation

    (@d5creation)

    This topic was already resolved.

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