The pics are not too big…just everything is misaligned…I suspect a plugin conflict…try deactivating your plugins and reactivate one-by-one checking between each step to find the culprit (if any)…
I can’t figure out how to download the files so I can edit the CSS.
Not sure what you are asking here? To edit css, go to
Appearance-->Customize-->Custom CSS.
If you plan on making extensive changes, I would recommend a child theme. Plenty of information on the themes and co website…pay particular attention to the Get started menu item.
If I go to Customize, Custom CSS, I can’t see the CSS that’s already used. I wanted to change the exact colors used in a theme.
I deactivated a Plugin I was using (for a portfolio). The images now fit in the circles, but are bigger than they should be (they don’t fit). I saved them at the size the theme recommended. Any suggestions?
I wanted to change the exact colors used in a theme.
Which elements do you want to change? Take a look at this snippet…very helpful in playing around with css…other browsers have similar tools.
The images now fit in the circles, but are bigger than they should be (they don’t fit).
This is the default behavior…what are you trying to achieve?
The images were smaller before, but got bigger (more of my face used to show, then I added the other 2, and they all got bigger behind the circles).
I’m also having problems with my slider make itself too wide, so I put in custom CSS, but now it’s off-center, and too high.
Here’s the CSS I used:
#customizr-slider.carousel .item {
height: 320px; min-height: 320px; width:1170px;}
Still not understanding the problem with your featured images…
The slider:
If you do not want a full width slider, go to
Appearance-->Customize-->Front page-->Slider options and uncheck full-width slider (this will automatically center the slider)…your images are 300×1170, so why make the heights 320?…see this snippet for changing slider height…as for “too high”, do you mean the image is getting cutoff?…if so, customizr will adjust the image to fit, could try unchecking “Enable/disable slider’s slides centering on any devices” in
Appearance-->Customize-->Responsive settings to see if it helps…
Fixed those. Thanks! Have one more question, but it’s unrelated. Should I start a new thread?
It’s best to start new topics for each issue…so others with similar issues can find them easier…
[Edit] If you are satisfied with this topic, please mark as resolved.
Thank you for all your help!