New Landing How can we help? Atelier Tiny Logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #287725
    SomeChick
    Member
    Post count: 231

    I’ve tried using this code to resize my wide logo:

    #logo.has-img a > img {
        padding: 0px !important;
        height: 39px !important;
    }

    But it just sets a height without adjusting the width accordingly. Help?

    #287798
    David Martin – Support
    Moderator
    Post count: 20834

    The width is relative to your height.

    Please remove your CSS and add a max height of 39(your logo height) to Theme Options => Logo Options => Logo Max Height

    #287862
    SomeChick
    Member
    Post count: 231

    Thanks. But it’s still squished. The width should be 366 where I set the height, but the logo space is too small for that.

    #287864
    David Martin – Support
    Moderator
    Post count: 20834

    Yes, that restriction exists for that header layout so you do not overlay the left/right sections with the logo. The left logo area max width is 292px.

    Thanks.

    #287882
    SomeChick
    Member
    Post count: 231

    How do I change that setting? I keep my nav bar pretty tight.

    #288062
    David Martin – Support
    Moderator
    Post count: 20834

    I would recommend you do not change the grid layout.

    Please test this, add it to Theme Options => Custom CSS

    .full-center #logo {
        max-width: 33.333%;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register