Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #202054

    Hi there,

    URL: http://www.videyou.nu/wp

    For the site I mentioned above I am trying to increase the logo size to 400px or even larger.. I’d like to have free control there..
    So far the maximum I get is 300 px..

    Also I would like to increase the margin-top for mobile devices, I have been able to do this for the desktop version but not yet for mobile..

    I look forward to your reply…

    Thanx!!

    #202391

    Hi Ben!

    You can use this to increase the size of the logo:

    .logo, .logo img {
    width: 400px;
    }

    Adjust the left position using this:

    div .logo {
    left: 36%;
    }

    Regards,
    Ismael

    #202562

    Hi there,

    It seems that the logo is blurred for some reason..

    The image itself is 600 px and the logo size set in the css as well..
    Also the line height is adjusted..

    Any suggestions here?

    Thanx

    #202704

    Hi!

    Your logo image is 300x113px and it is stretched to display 600x236px. Please upload larger logo

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Increase size and margin-top of logo’ is closed to new replies.