Re sizing icons in services wrap

  • Posted in : Responsy WP
  • galleycuisine
    Participant

    Can I have my icons in the services wrap for the home page be larger than the default? The native size for each is 150×150, but they’re showing up smaller than that regardless of whether I include a width and height attribute to the code. Can this be done?

    galleycuisine
    Participant

    Is there no way to do this? We would really like the icons to display at their full size.

    Mehmet S.
    Keymaster

    Theme Settings > Style > Custom CSS;

    .services img
    {
    width: 150px;
    height: 150px;
    }
    
    galleycuisine
    Participant

    Great, that worked. Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Responsy WP’ is closed to new topics and replies.