kneops 4 Report post Posted May 2, 2013 I was switching between a regular box and soapbox, and the images within the soapbox are nog scaled like the ones inside the regular boxes. Is this correct or am I doing something wrong? Edit: Even if I set the height of the media to 100px. the images are not scaling. Also, they are floating underneath the header... ??? http://ompldr.org/vaWFsbQ Share this post Link to post Share on other sites
James B 436 Report post Posted May 2, 2013 Hi Kneops I've checked out bug report and the soapbox image have been reported to have a problem with the images that our developers are currently looking into at the moment. Do you have a live link to the page we can check out, there might be a fix we can suggest using css or something similar. Kindly search the forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. James B Share this post Link to post Share on other sites
kneops 4 Report post Posted May 3, 2013 I can't provide a link at this moment, because I'm using the PL child theme through the Theme Test Drive plugin, so it won't be viewable by visitors yet. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted May 3, 2013 For a band aid until this issue is resolved, add the following code to your custom CSS and see if this resolves your issue. #site .soapboxes .fboxgraphic img { position: relative; max-height: 200px; } Please search our forums, before posting! Share this post Link to post Share on other sites