How to Move title in Header to the right in Wordpress?

1 replies
  • WEB DESIGN
  • |
I want to move the title in my header from the left to the right? Where do i do this? In the Header.php file. Also Im not sure what kinds of code to use? <right> or <allign=right> or {text-align:right}

Please help

#header #move #title #wordpress
  • Profile picture of the author Steve Diamond
    Edit your theme's stylesheet - style.css. Find the list of properties under #header (starts on line 31). Find the line that says:
    Code:
    text-align: left;
    (That's line 39.) Change left to right and update. That's it!

    Steve
    Signature
    Mindfulness training & coaching online
    Reduce stress | Stay focused | Keep positive and balanced
    {{ DiscussionBoard.errors[965796].message }}

Trending Topics