changing section pic size

Home Forums All Other Themes changing section pic size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #51261
    AlyssaAlyssa
    Member
    • Topics: 7
    • Replies: 12
    • Total: 19
    Member since: October 18, 2016

    Hi there. I’m trying to figure out a way to change the services box image size. I see on the side in parentheses “Upload your box thumbnail image 1 (255px/310px)”, and I have searched all over for a place to change that. They show up too large on the mobile site and I would like them to just take up less room. Can you advise me where to go to change the size? Thank you.

    #51350
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Alright kindly show us the website URL and we can guide you.

    Regards,
    Shri

    #51379
    AlyssaAlyssa
    Member
    • Topics: 7
    • Replies: 12
    • Total: 19
    Member since: October 18, 2016

    Www.fromlyssiiwithlove.com I just want to be able to make them smaller, but proportionate.

    Since you’re looking, I also still can’t manage to get the blog posts of a certain category to show up under the page. For example, the pumpkin bar post I want only to show under the foodie section. When I select blog template for the page all show up, is there a code to put there to show category: foodie or #mamadiaries or whichever category I please? I see other bloggers doing it for example any of the three I featured on my front page have their posts organized this way.

    Thank you.

    #51447
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    For the other part we will answer via Custom CSS. For the posts by category kindly use plugins like list posts by category or try to search similar plugins which list posts by category.

    Regards,
    Shri

    #51474
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .services-wrap .one_fourth img { height:275px;}

    @media screen and (max-width:767px) {
    .services-wrap .one_fourth img { height:auto;}
    }

    @media screen and (max-width:1023px) and (min-width:768px) {
    .services-wrap .one_fourth img { height:220px;}
    }

    Regards,
    Shri

    #51513
    AlyssaAlyssa
    Member
    • Topics: 7
    • Replies: 12
    • Total: 19
    Member since: October 18, 2016

    Thanks so much!

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

    🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘changing section pic size’ is closed to new replies.