badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How to Change Image Size for Featured Widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7520
    theshoogs
    Participant

    We’re using the Featured Widget for our 4 categories underneath the slider (students, families, community, staff) and I would like to make them shorter so that they are closer to the slider. How can I change the size of the image area? I figured out how to reduce the margin size, but the image size itself is too tall.

    http://www.isd47.org

    Thanks!
    Kari

    #7539
    Sanjip Shah
    Participant

    @theshoogs You can use the custom css option for this. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .widget_recent_work img {
        display: block;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        width: 120px;
    }

    You can adjust the px values according to your liking.

    #7579
    Donna111
    Participant

    Hi there
    It is so difficult for me to change the image size using a code.I am a green hand in image processing issues and i have encountered the similar questions.I want to know that if there is an easier method which supports to resize image without a code.
    Thanks for any recommendations.

    #7593
    Sanjip Shah
    Participant

    @Donna111 Currently, the most easiest way is the one that I provided you. You just have to do it once and it will work for all images of service widget and will still work even if you update the theme.

    #7730
    Donna111
    Participant

    Hi there
    Thanks for your nice answer.I’ll have a try

    #7750
    Sanjip Shah
    Participant

    @Donna111 Welcome. 🙂

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