• Resolved questuk

    (@questuk)


    Hi all, This may sound like a straight forward question however, I am a new user to WordPress and I don’t know css and php. I would like to move my logo into the centre of the page instead of left which is the current position of the logo. How do I make logo change positions? I am using the nest theme. Please can someone give me instructions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • .site-title { float: left; clear: both; font-size: 28px; line-height: 32px; padding: 20px 0 7px; text-shadow: 1px 1px 5px #cccccc; }

    .site-title {text-align:center; clear: both; font-size: 28px; line-height: 32px; padding: 20px 0 7px; text-shadow: 1px 1px 5px #cccccc; }

    may be it helps and if find text alignment property of css
    or exact the above coding and add text-align:center;

    I’m sorry but it is beyond the scope of these forums to teach basic CSS issues. Try a dedicated CSS resource such as http://www.css-discuss.org/ instead.

    Thread Starter questuk

    (@questuk)

    Thank you Altaf your a star! Problem now resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Logo in the centre’ is closed to new replies.