Jump to content
Sign in to follow this  
kneops

Image in soapbox not scaling?

Recommended Posts

kneops

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×