• I have tried some of the suggestions I read on the forums, but the references to certain line numbers does not jive with the php files i have.

    Is there not an easy way to make the logo take up two thirds of the header and still be in sharp as a png file?

    if you go to http://officespacetoronto.com which is my testing server, you will see that the logo for the bicycle show is long and hard to read at the current dimensions. My client wants to see the logo bigger, before he buys the premium version of the theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • you have to upload a larger image for the logo. It is at 100% size.

    Try adding some padding to the bottom as well maybe, as it seems a bit scrunched.

    Thread Starter ybot

    (@ybot)

    The problem is that regardless of how large the original file is, the theme forces it to the size that it is now. Client wants the logo to take up half or two thirds of the width of page, but this theme which they like does not permit changes to the display dimensions of logo.
    I am starting to wonder if there is a way to remove the logo section from Header.php and manually code a img logo or save time and frustration by just keep looking for another pro theme that is similar, but allows a large logo across the top.

    you can modify the header.php file and manually place your image file there rather than using the admin.

    Do you have a child theme created? You can change the dimensions to anything you want, but you have to have an image large enough to support the resolution you’re asking for.

    #logo img {
    margin: 0px 0px 12px 0px;
    height: 150px;
    width: 440px;
    }

    It also helps to use a *.png instead of *.jpg

    At least, it did for me 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Still Can Not Seem To Make Logo Bigger and Sharp’ is closed to new replies.