I have web site kitchentransformations.ca Want to increase the feature content size on 3 images in middle of the page and retain summitry? Where or how do increase image sizes ?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-content-inner { max-width: 300px; margin-left: 0px; } .feature-content-inner .circle { width: 300px; height: 148px; margin-left: 0px; } .feature-content-inner .circle img { width: 290px; height: 138px; } You can adjust the "max-width" , "width" , "margin" and "height" as per your requirement. This will solve your issue.