Hi all,
I am trying to modify the size of photos in the Photolistic theme.
The CSS code that does that is shown in Google inspect element to be :
img[Attributes Style] {
width: 940px;
height: 350px;
}
But there is no line number reference and the theme has three CSS style sheets. I haven't found that code anywhere.
Has anyone been through this before, or have a suggestion for what I need to change?