Link to home
Start Free TrialLog in
Avatar of nsitedesigns
nsitedesignsFlag for United States of America

asked on

reduce size of pics in widget

I am using centric pro theme on genesis platform.  On home page, there is Home 2 widget where I can put a featured page and can show featured image.  

The size options offered are not ideal.  The one we are using now is pretty large at 960x700.  Is there a way we can modify it so there is a smaller size option?  The next size down is 400x300 which is too small.  

screenshot of widget
https://screencast.com/t/Wje1umCQSdL

Beta site
http://681.3b0.myftpupload.com
Avatar of HainKurt
HainKurt
Flag of Canada image

out a style like

max-width: 600px;
or add th's to your css

.home-widgets img {
  max-width: 600px;
}

Open in new window

you may add "!important;"

.home-widgets img {
  max-width: 600px !important;
}

Open in new window

Avatar of nsitedesigns

ASKER

Huseyin,

I added the css and modified it to 700px which worked pretty good.  Only problem is it also made the 3 thumbs at the foot of the home page HUGE.  How do I single out the featured images and not these footer images?

screenshot
https://screencast.com/t/mEJ3f6RcSrc
I have since removed the css so that the footer pics are not large in case you look at the site....
do you still have any issues?
Avatar of Alicia St Rose
Hi! Just a tip:

Your "Meet Us" page would look cleaner if you floated the image align left  instead of align right.
Huseyin, yes, I still have issues.  

I could not use
.home-widgets img {
  max-width: 600px !important;
}

Open in new window

because the images in the footer were impacted and that size was bigger than they were originally so they increased way too big.  Ideally, I want to impact the size of the featured  images (chiro care, massage therapy and laser therapy) and not have it impact the size of the 3 images immediately above the tan footer.

Here is a screen shot of the problem that resulted
https://screencast.com/t/mEJ3f6RcSrc

Alicia,  I am trying to talk client into providing better staff photos. The ones they have are awful so they might be pulled altogether if no new ones are provided.  I did push them to the left to see how it looks.  Don't you think it strange that this page would have images to the left while the other pages have images to the right?
ASKER CERTIFIED SOLUTION
Avatar of HainKurt
HainKurt
Flag of Canada 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