rkazantsev 2 Report post Posted July 24, 2012 I have 4 boxes on the bottom. How do I have the image fully fill the box, currently it is only in thumbnail view. Share this post Link to post Share on other sites
catrina 103 Report post Posted July 24, 2012 If you want the box to show a full image, you don't need to upload these images as thumbnails. Instead, you can add the images to the box content area using tags. For example: [code][/code] Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
rkazantsev 2 Report post Posted July 24, 2012 Sorry Catrina, got a bit confused. So when adding an image to a Box I have 3 options 1. Insert image to body 2. Set featured image 3. Upload image to Box Image It is currently set at Option 3. but I have tried all of them with the same results. I was hoping this was a setting within pagelines because we will always be updating the images Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 25, 2012 Hi, Add this to your custom CSS and see if this does the job! [code].top_thumbs .fboxgraphic, .only_thumbs .fboxgraphic { margin-bottom: 0px; width: 100% !important; max-width: 100% !important; } #page #boxes .box-media-pad { border: 0px solid white; padding: 0px; } .top_thumbs .fboxgraphic, .only_thumbs .fboxgraphic { text-align: center; margin-bottom: 0px; max-width: 100% !important; }[/code] Please search our forums, before posting! Share this post Link to post Share on other sites
rkazantsev 2 Report post Posted July 25, 2012 That did it Thank You Danny (Love the custom css feature) Share this post Link to post Share on other sites