Bakers Theme

Home Forums All Other Themes Bakers Theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #119384
    xlingzh6xlingzh6
    Participant
    • Topics: 8
    • Replies: 15
    • Total: 23
    Member since: September 25, 2018

    Hi,

    I am using Bakers theme. It’s great. There is only one thing that bothers me. Please go to my page:

    http://109.dbwebs.site/index.php/sushi-special/

    It looks great on the desktop. However, the image was cut on mobile.

    Mobile Image

    As you can see, I used an image with resolution 270×296 for SUSHI3, so the image is not cut. However, the image got blur when zooming in. So I used an image with a 939×1030 resolution for SUSHI4. It looks great on the desktop but was cut on mobile.

    Is there any way I can use the 939×1030 resolution images and not be cut?

    Thank you very much.
    Warm Regards,
    xiaoling

    #119424
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .blockthumb { height:auto;}
    .blockthumb img { min-height:inherit;}
    }

    Regards,
    Dave

    #119552
    xlingzh6xlingzh6
    Participant
    • Topics: 8
    • Replies: 15
    • Total: 23
    Member since: September 25, 2018

    Thank you! It works!

    Xiaoling

    #119581
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.