How to move logo to left corner?

Discussion in 'Woodpecker WordPress Business Theme' started by robnog, Feb 12, 2016.

  1. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #logo {
        margin-left: -40px;
    }
    Change the numeric value as per the requirement..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
    Did not move the logo? tried -40, -60, -15 no change
     
  4. priya

    priya Guest

    Hello,

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
    Etechconsulting.co
     
  6. priya

    priya Guest

    Hello,

    Try below code for once..
    Code:
    #logo {
        margin-left: -423px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page