Main Image Size
-
Hi
I am using The Pictorico Theme. I want to decrease the main Image size through CSS coding. Can anyone send me the code.
The blog I need help with is: (visible only to logged in users)
-
Are you talking about the top header image, the one with the three fountains? If so, add the following CSS and adjust the 525px height as desired.
.has-thumbnail .entry-header { height: 525px; }
- The topic ‘Main Image Size’ is closed to new replies.