Logo position at the top + bigger Logo

Discussion in 'Cloriato WordPress Theme' started by mwnow, May 6, 2015.

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

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hello,

    1. I would like to place the logo on our site at the top (no margin tru the white edge), and on the left site only a little margin > that´s the edge of our logo is in one line with the first word in our menu navigation.

    For easier understanding I attach two screenshots.
    "logo_alt" is the actuall look like.
    "goal", so it should look like.

    2. Is it possible to resize the logo (make it bigger)?

    I tried it in css with that code, but that has no effect > nothing changed...

    Code:
    #logo {
    position:absolute;
    left:5px;
    top:0px;
    }
    Hope you can help me. Thank you.
    Greetings Miriam
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Miriam!

    Could you please provide us URL of your website so that we can assist you accordingly?

    Thanks,
    Praveen
     
  3. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Miriam!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header {
      padding-top: 0 !important;
    }
    .header .logo {
      padding: 0 !important;
    }
    @media only screen and (min-width: 768px){
    .logo img {
      float: left !important;
      margin-left: -15px !important;
      margin-top: -5px !important;
      max-width: 150% !important;
      width: 130% !important;
    }
    }
    Thanks,
    Praveen
     
  5. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hi Praveen,

    I had paste the code there now. But the logo is not on the top of my page.

    I tried to influance that in your code, but it has no affect. What´s wrong

    Code:
    @media only screen and (min-width: 768px){
    .logo img {
      float: left !important;
      margin-left: -15px !important;
      margin-top: -20px !important;
      max-width: 150% !important;
    Thank you!
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please replace the code
    Code:
    @media only screen and (min-width: 768px){
    .logo img {
      float: left !important;
      margin-left: -15px !important;
      margin-top: -5px !important;
      max-width: 150% !important;
      width: 130% !important;
    } 
    }
    with
    Code:
    .logo img {
     float: left !important;
      margin-left: -15px !important;
      margin-top: -5px !important;
      max-width: 150% !important;
      width: 130% !important;
    } 
    If the issue still persists, then send us your website WordPress login details at [email protected] along with the thread link.


    Thanks,
    Praveen
     
  7. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    I wrote you an email :) ... I can´t fix it by myself.

    Thanks for your help. Greetings Miriam
     
  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Miriam!

    A closing bracket "}" was missing in your CSS code which doesn't allow the provided CSS to make changes.

    Now, I have resolved your issue and customized your header logo as well.
    Please have a look at your website.

    Hope you are enjoying InkTheme services.
    Do let me know if you need any help.

    Thanks,
    Praveen
     
  9. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hi Praveen,

    argh only a bracket was missing :eek:

    Thank you very much for fixing that for me. Your service is really great.
    I will recommend inkTheme definitly.

    Have a nice day,
    Greetings Miriam
     
Thread Status:
Not open for further replies.

Share This Page