pilsen1
Member
Posted 6 months ago #
I'm going to try to explain the issue I'm having. I have set featured slider with images, under it I have my posts, every time the image changes my content either moves up or down, it's pretty noticeable and I'm getting some complaints on it.
Any idea on how to fix it?
http://www.gevastation.com
Add a height to #slider in your style.css. Make it high enough to accommodate your longest caption.
pilsen1
Member
Posted 6 months ago #
Thank you. What part of the code should I add the height to? It is currently set to auto.
Thank you.
Are you using a Child Theme or does that theme come with a section in the dashboard named similar to, "Custom CSS" or "Custom Styles"?
You need to make the changes in your child themes style.css file. If you do not have a child theme check the link below. Change the from auto to a fixed height:
Example:
height:500px;
http://codex.wordpress.org/Child_Themes