- This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Home Feature 8 Problem
I cannot see why my content appears to be located in a “column” to the left. I’m using the Genesis Featured Page Widget for the content. Help.
Are you referring to the section titled – “Calix Imperium”? The width is set to 300px. You can adjust this code to change it –
#home-feature-bg-alt .featuredpage .page,
#home-feature-bg-alt .featuredpost .post {
float: left;
margin: 0;
overflow: hidden;
padding: 0 0 5px;
width: 300px;
}
Should be line 1374 in your style.css file if you’re using an editor, if not, just search for that code and you’ll find it.
Thanks – fixed that and realized Home feature 6 appears to be set at three-fourths (852) and don’t see how/where to fix that.