This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #178607
     greenhousefiji
    Participant

    Hi there,

    Please can you help me make the small image thumbnail on the left bigger? We want to make it at least twice the size it is now (see screenshot).

    Hope to hear from you soon,

    Ronna

    #178681
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    .row.post-content.animated.animate-when-almost-visible.el-appear.start-animation .col-sm-3 {
    width: 200px !important;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #178714
     greenhousefiji
    Participant

    Hi Laura,
    Thanks for your help but this did not really work because the photo pushed the text to the bottom of the photo. Can I increase the width of the photo WITHOUT pushing the text below it?

    Thanks,
    Ronna

    #178781
     Laura
    Moderator

    Hello, this should do it 🙂 Replace with this:

    .row.post-content.animated.animate-when-almost-visible.el-appear.start-animation .col-sm-3 {
    width: 150px !important;
    }
    .row.post-content.animated.animate-when-almost-visible.el-appear.start-animation .col-sm-9 {
    width: 60% !important;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?