I want the pictures uploaded on the News section look bigger!
I want the pictures uploaded on the News section look bigger!
.ow_newsfeed_large_image .ow_newsfeed_item_picture { width: 38%; max-width: YOUR VALUE px
.ow_newsfeed_item_picture {
width: 28%;
float: left;
max-width: 100px;
min-width: 70px;
margin-right: 1%;
}
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
width: 38%;
max-width: 450px;
}
.ow_newsfeed_large_image .ow_newsfeed_item_content {
width: 60%;
max-width: 390px;
}
.ow_newsfeed_item_picture img {
width: 100%;
}
.ow_newsfeed_item_content {
float: left;
min-width: 50px;
width: 69%;
max-width: 440px;
}
to get what you're trying to achieve
.ow_newsfeed_large_image .ow_newsfeed_item_picture { width: 38%; max-width: YOUR VALUE px