• Hi everyone

    I’m trying to customise the Grain photoblog theme on https://pix.philipus.com to display images that are 950px wide. Grain appears “locked” to 800px wide images.

    I’ve tried setting the width for several all divs below/within div id=page (that is, “content_area”, “content-post”, “post”, “photo-frame”, “photo-nofade”, and “photo”) but nothing happens.

    I’m sure I’ve overlooked something but can’t figure out what. Ideas?

    Thanks in advance for your help
    /p

Viewing 2 replies - 1 through 2 (of 2 total)
  • you missed this one, quite towards the end of style.css:

    div.photo #photo,
    div.photo #panorama {
    	border: 1px solid dimgray;
    	padding: 0;
    	z-index: 1;
    	max-width: 800px;
    	position: relative;
    }
    Thread Starter pullman

    (@pullman)

    Thanks a million alchymyth. We have a saying where I come from that it is the eyes one first gets blind on! I appreciate that you took the time to look into what turned out to be very simple.

    Cheers
    Philip

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grain theme – display image wider than 800px’ is closed to new replies.