Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @ thephysiq

    To center the logo go to dashboard>appearance>theme option >custom css just add this css there
    .site-logo-link {
    display: block;
    margin: 0 0 0.75em;
    text-align: center;
    }

    Or if u can go through css code then
    go to line number 1421 of https://thephysiquemechanic.com/wp-content/themes/escutcheon/style.css and add this css code

    .site-logo-link {
    display: block;
    margin: 0 0 0.75em;
    text-align: center;
    }

    Hope this work
    Thanks

    Thread Starter thephysiquemechanic

    (@thephysiquemechanic)

    thanks it worked! Much appreciated

    HI @ thephysique

    U r welcome sir!
    resolved

    Thread Starter thephysiquemechanic

    (@thephysiquemechanic)

    Now that its centered perfectly. Do you have any suggestions on how i can make the image larger. Seems like whatever i do resizing wise doesnt make it any bigger!

    Hi@thephysiq
    Try this code
    .site-logo-link .site-logo.attachment-escutcheon-logo {
    height: 250px;
    width: 250px;
    }
    Keep height and width as per ur requirement.
    if it works then set the threads with a keyword resolved.

    Thanks

    Tsuzan….I am hoping that you get this…please help me…nothing I do works….I put that code in additional css from the dashboard to customize site and it does nothing…. my website is https://www.yogadowndabayou.com please let me know if you can help me please…I have the scribbles theme…Eileen

    Trying to center my logo…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need help with centering my logo on new site!’ is closed to new replies.