moving logo to right side

Support Area Forums Forward moving logo to right side

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://sophisticated-refugee.com/
  • Author
    Posts
  • #33995
    Sanjeev Awasthi
    Participant

    Hello,
    Greetings. I was trying to move website logo from left to right. I looked css but didn’t find the code. Can you help me to fix this?
    best regards

    #34008
    Bill Robbins
    Moderator

    Good Morning,

    You absolutely can do that. Here’s how:

    1. Go to the Appearance section in your WordPress dashboard and click on Customize.
    2. Look down for the advanced section and click on it. Then choose Custom CSS.
    3. In the box there, add this:
      
      #logo {
      	text-align: right;
      }
      
    4. Save your changes.

    That should align the logo to the right. If you run into any trouble there, let me know.

    Have a great week,
    Bill

    #34037
    Sanjeev Awasthi
    Participant

    Thank you very much. It worked well for me.
    best regards

    #34038
    Bill Robbins
    Moderator

    I’m glad that did the trick. Let me know if you need anything else 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘moving logo to right side’ is closed to new replies.