Okay
  Public Ticket #1142113
Image sizing
Closed

Comments

  •  2
    cassiesharp started the conversation

    All of a sudden my large images are showing up tiny. They used to fill the width of website grid.

  •  3,032
    Andrew replied

    Hi Cassie,

    Thanks for contacting us regarding your query.

    There seems to be some inline CSS styling being applied to the portfolio images. 

    To resolve this, please add the following Custom CSS to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    /*Restores Width Of The Portfolio Images*/
    #portfolio-extra img{
    width: inherit !important;
    }

    Please let me know if there are any more questions that I may answer for you.

    Cheers! 

  •  2
    cassiesharp replied

    Perfect!! Thank you!!