Link to home
Start Free TrialLog in
Avatar of Bill Henderson
Bill HendersonFlag for United States of America

asked on

Strange CSS problem?

Hi - I inherited this WordPress website and there is a strange issue happening with the small, square slider widgets on the lower-right  section of the home page, to the right of the featured restaurant editorials.

All the images are getting the right and bottom cropped by ~8px if I had to guess.

Is there a CSS rule that could be leading to this? Or does anyone have a guess what may be causing this? I can play with CSS, but my attempts to isolate via Firebug were unsuccessful - I couldn't seem to find anything obvious.

Thanks for any ideas.
Avatar of Leonidas Dosas
Leonidas Dosas
Flag of Greece image

Could you post a code or an image?
Avatar of Bill Henderson

ASKER

Wow - I didn't even provide the URL =(

https://dininganddesserts.com

Also an image showing what I'm referring to. Thanks.
example.jpg
SOLUTION
Avatar of Leonidas Dosas
Leonidas Dosas
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Curiously, 100% didn't work, but when i changed it to 95% it did!

.nextend-slide-bg {
height:95%!important;
width:95%!important;
}

Now it seems to be right.

Thanks for the help!

Bill
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks - I'll look a bit closer at all this.