Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter WPFirstTimer

    (@wpfirsttimer)

    I still have not found a solution to my issue.. Any advice would be most welcome.

    Hi WpFirstTimer,

    I was able to get your logo bigger and centered using this CSS:

    h1.site-title {
      font-size: 42px;
      font-weight: bold;
      margin: 20px auto;
      text-align: center;
    }

    You can add this change in your Styles.css or Custom.css file.

    Thread Starter WPFirstTimer

    (@wpfirsttimer)

    I placed this in my custom.css file, but i still can’t see the changes. I’ve cleared my cache, still nothing. You help is much appreciated!

    Regards

    Delete the former and try this instead:

    h1.site-title {
      margin: 80px;
      width: 70%;
    }
    Thread Starter WPFirstTimer

    (@wpfirsttimer)

    Okay, that’s made the most change so far. Awesome, getting somewhere!

    Is there anyway to centre the logo, and reduce the amount of space between the on top of the logo and below?

    Thanks,
    Jay

    Hi Jay,

    Here’s what I found to reduce the space on top of the logo and also to help the logo be more centered (you can delete the former data I’ve sent you in the previous post).

    .logo {
      padding: 0 0 20px;
    }
    
    h1.site-title {
      padding:20px 30px 30px 20px;
      width: 80%;
    }
    Thread Starter WPFirstTimer

    (@wpfirsttimer)

    Thank you so much, for all your help. That’s just what i was after!

    Jay

    Hello,

    I am also trying to make my logo larger in Quora. I have tried to paste each of the above codes into my Styles.css in the Editor, but they do not change the logo.

    Is there a specific place in the Styles.css where I have to paste the code? Or is there other existing code there that I have to delete and replace with the new code?

    Thank you for your help,

    -AD

    Hi,

    Does anyone know how to create my logo bigger in Santorini Template?

    Thank you very much in advance!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Theme: Quora] Can't make logo bigger’ is closed to new replies.