• Resolved mamm80

    (@mamm80)


    Hi Everyone,

    I’m running a theme called VERBO which is a free theme, I like it a lot, But I’d really like to have my logo positioned in the middle of the screen… but I don’t know how to do it..

    here’s a link to my site https://www.hotspotjobs.co.uk/

    on the site, where the “H-S” is in the middle of the screen (above the your partner in career and venture) is where I would like my logo to go.. I’m a bit of a novice so will need guiding through it… any help would be really appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • CrouchingBruin

    (@crouchingbruin)

    When you say “logo,” are you referring to the site title (H.O.T.S.P.O.T)? I don’t see a logo, nor do I see anything that reads your partner in career and venture on that site.

    Thread Starter mamm80

    (@mamm80)

    Hi sorry, I’ve changed the text on the webpage to reflect that it’s still a work in progress.

    So where the text now reads “Sorry.” is where I would actually like a logo image to go. the logo isn’t currently on the page because there’s not really anywhere for it to go until I figure out how to get it where I want it.. thanks

    CrouchingBruin

    (@crouchingbruin)

    OK, without a logo in place, it’s hard to give you anything specific, but in general, if you want to center an item, you would add a CSS rule like this:

    #logo {
       display: table;
       margin-left: auto;
       margin-right: auto;
       float: none;
    }

    You would substitute #logo with the ID of the logo container. If your theme has a Custom CSS option, you would add the rule there. If not, you can add it using a CSS plugin like Jetpack or Custom CSS Manager.

    Thread Starter mamm80

    (@mamm80)

    thanks for the response, I’ve had a look and decided to just leave things as they are, I found a quote that i’m going to use instead, and just leave the logo area in the top left, thanks anyway though…

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