-
Author
-
November 1, 2017 at 07:04 #178607greenhousefijiParticipant
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
Attachments:
You must be logged in to view attached files.November 2, 2017 at 01:58 #178681LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 3, 2017 at 05:55 #178781LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.