rossjlennox 0 Report post Posted April 12, 2011 Hi, I have a feature set currently containing only 2 features, each of which contains an image and is set to 'Full Width Image or Media - No Text'. However, when I view the feature slide show on my site the images only show as a very narrow band of pixels rather than the full width of the page. Strangely enough the default included features did display at full width before I deleted them. http://rosslennoxphotography.co.uk/ Am I doing something really stupid or do I need to add some custom CSS to determine the displayed image width? Thanks in advance, Ross Share this post Link to post Share on other sites
rossjlennox 0 Report post Posted April 12, 2011 Ok, so I'm a step further forward... I took a look at the code using Firebug and if I specify a width I can get the slideshow displaying the images, albeit with a black bar down the side. But I am not sure what to do with this modified CSS... ` #feature-area, .feature-wrap, #feature_slider .fmedia, #feature_slider .fcontent, #feature_slider .text-bottom .fmedia .dcol-pad, #feature_slider .text-bottom .feature-pad, #feature_slider .text-none .fmedia .dcol-pad { height: 330px; width: 800px; } ` If I paste the above into the CSS Rules field under Custom CSS it doesn't seem to make any difference. :-/ Share this post Link to post Share on other sites
Kate 3 Report post Posted April 12, 2011 Did you try adding the !important declaration after each of those? Share this post Link to post Share on other sites
rossjlennox 0 Report post Posted April 12, 2011 Thanks Kate, Updated to: ` height: 330px !important; width: 800px !important; ` But still no joy. Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 12, 2011 You need to reset the layout under the Layout Editor in PP Settings. Share this post Link to post Share on other sites
rossjlennox 0 Report post Posted April 13, 2011 Boom, there it is... Thanks Adam! Share this post Link to post Share on other sites