- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘home-feature-14’ is closed to new replies.
Home › Community Forums › Epik Theme Support › home-feature-14
Can you help me figure out why home-feature-14 shows Genesis featured page in 1/4 column rather than full 1140 width? It is my understanding from the widget layout guide that area is full width, also looks that way from the CSS. http://www.test.denver-ppc.com
Thanks,
Jim
Yeah that widget area is full width, but since you’re using a Featured Page widget it’s showing up with a 300px width. You can change this one line 1412 in your css –
.home-feature-bg-alt .featuredpage .page,
.home-feature-bg-alt .featuredpost .post {
float: left;
margin: 0;
overflow: hidden;
padding: 0 0 5px;
width: 300px;
}
I create awesome sites for awesome people! Contact me if interested โ ericsanchez1585@gmail.com
that did it, thank you!
You’re Welcome Jim ๐
I create awesome sites for awesome people! Contact me if interested โ ericsanchez1585@gmail.com