Logo position

Discussion in 'Real Photography WordPress Theme' started by appleguy, Aug 21, 2015.

Thread Status:
Not open for further replies.
  1. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    How do I move the logo to the left or right side?
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .logo img {
           margin-left: -600px !important;
           }
    
    Note:- This will position the logo to left. However, if you want to get it positioned on the right, change the value from '-600' to '600'.
    Also you can change this value accordingly to place the logo in the desired position.

    Hope it will resolve your issue :)

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    Brilliant, thanks!
     
Thread Status:
Not open for further replies.

Share This Page