New Landing How can we help? Atelier Header logo mobile

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Atelier
  • #286139
    SHK111
    Member
    Post count: 271

    Hi there,

    Just noticed today that my logo is cutter in the bottom only on the main page.

    What can be wrong ?

    Attachments:
    You must be logged in to view attached files.
    #286229
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please always provide website url to check the issue.
    Thanks
    Mohammad

    #286232
    SHK111
    Member
    Post count: 271
    This reply has been marked as private.
    #286246
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The logo is 72px high, but you’ve set max height to 35, should be 36

    – Kyle

    #286299
    SHK111
    Member
    Post count: 271

    Thanks Kyle,

    Can you tell me where to set the 36px?

    #286311
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In Theme Options > Logo Options

    – Kyle

    #286694
    SHK111
    Member
    Post count: 271

    I changed the setting for more ( and less ) but it didn’t change. The weird thing is that the logo is cutted only on the main page on mobile

    #286964
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this:

    #mobile-logo.has-img a {
      line-height: 36px;
    }
    #287751
    SHK111
    Member
    Post count: 271

    Another mobile “issue”, on a product page, the whole text is not in center. Can you check it ?

    David, the code that you gave me is working … thanks

    #287856
    David Martin – Support
    Moderator
    Post count: 20834

    Please open a new thread for new questions you have.

    What text are you looking to center?

    #287860
    SHK111
    Member
    Post count: 271

    No, on mobile version. Check this one, the first part, until reviews is on the right:

    http://www.cufflinkster.com/product/luxurious-men-set-blue-silver/

    #287861
    David Martin – Support
    Moderator
    Post count: 20834

    Add this:

    @media only screen and (max-width: 479px) {
    .woocommerce div.product div.summary {
        padding-left: 70px;
    }
    }
    #287957
    SHK111
    Member
    Post count: 271

    Sorry, it doesn’t solve the issue.

    #287962
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    .woocommerce div.product div.summary {
        padding-left: 0px !important;
    }
    }

    Thanks
    Mohammad

    #287975
    SHK111
    Member
    Post count: 271

    Perfect, Thanks Mohammad!

Viewing 15 posts - 1 through 15 (of 16 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