- This topic has 1 reply, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Adapt Theme Support › adding section
I am trying to add the home-sidebar and featured post section from the Optimal theme to the adapt theme. I am close, but I can’t figure out why the posts are stacked versus side by side.
Thanks
Kris
First you would need to widen the width of the .home-featured-posts div container so it will line up with the theme width, 960px….(unless you plan to do something different).
Next look for – “.featuredpage .page, .featuredpost .post” around line 1410 and give it a width, replacing the “100%” that is currently there. You can start with 300px, and they should all float across.