Featured Image / Slider Problem

Hi,

I am using the Magnificent Theme. I am having some trouble getting the slider image to hold a full image.

When I select “use featured image” and select the image, it will place it on the slider.

However, I cant get it to use the full width of the slider box area.

Can anyone help or tell me why please?

mgdesign.hostultra.com |

Any help is greatly appreciated.

Was a bug in the system, reinstalling the theme and updating wordpress to latest version seems to have cured it.

Thanks for the help as always fellas :slight_smile:

You seem to have the images sized at 407px in the html. You could try over-riding it like this:


#slides,.slide{width:462px!important}
#slides img,.slide img{width:100%}

But its probably a setting you missed somewhere.

Tried that already mate, no luck :frowning:

Maybe because:

#featured {
height: 279px;
width: 469px;
}

and

<div id=“slides” style=“position: relative; width: 407px; height: 276px;”>

Try changing this so it will work together.
Hope that will help.