Move main logo around

Discussion in 'Photomaker WordPress Theme' started by kbarnold, Jun 27, 2014.

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

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Hi guys,

    I would like to be able to move the logo in upper left corner up or down and side-to-side as necessary. I may want to center the logo at the top also. Can you provide any CSS to make this possible. Screenshot attached.

    Thanks a lot.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .logo {
    left: 440px;
    } 
    Adjust its value as per your requirements.


    Thanks & Regards
    Gourav Shrivastava
     
  3. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Hi Gourav,

    I tried the code and played around with values but I did not see any change in location of logo. Is there something else I should add or change?

    Thanks.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Code given above is 100% working code. I think site cache creating this problem.
    Please clear cache and also check your site in another browser.
    It will work.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    You are correct. I thought I cleared it but must have forgot. Code works correctly. Thanks for all your help.
     
Thread Status:
Not open for further replies.

Share This Page