Logo

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

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

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    My client wants the logo to start where the 2 lines start(just to the left of i-home in the menu) that contain the menu bar, is that possible?
    ihomefurniturestore.com
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Everything is possible with us, and fixing your issue is really very easy.

    It requires some customization in the source code of the theme.
    So, send us your website WordPress login details at [email protected] along with the thread link.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    No you didn't understand, I just wanted to move the logo to the left a little bit so that it lined up with the beginning of the 2 lines that house the menu.
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can use the below CSS code in Custom CSS field of your dashboard (Appearance -> Theme Options -> Styling Options -> Custom CSS).
    Code:
    .logo {
        margin-left: -378px !important;
    }
    Note: Adjust margin-left as per your requirement.

    Hope it will resolve your issue :)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  5. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    Thanks Priyanka
     
Thread Status:
Not open for further replies.

Share This Page