Okay
  Public Ticket #327109
Image Icon - How to specify / customize size
Closed

Comments

  • Jason started the conversation

    Hello

    I am using "image icons" in the "text with icons" shortcode, however they seem to be constrained to a certain size no matter what size I make the image file.

    I need them to be a little bit bigger. How can I change their sizes?

  •  8,844
    Tahir replied

    Hey Jason!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .iwithtext .iwt-icon img {
        width: 80px !important;
    }
    
    
    html body .iwithtext .iwt-text {
        padding-left: 96px !important;
    }
    
    Thanks 


    ThemeNectar Support Team