aladd1n 0 Report post Posted October 16, 2011 Hello, I am building a website for my homebuilding company and I want to display information about each of my homes in a content area to the right of a gallery. I have tried using a custom sidebar, but it seems you can only have a primary and a secondary. So I tried to split the screen using tables. The problem with this is that no matter what I try I cant get the text to justify to the top. I also tried writing some inline css and separating the two areas with div tags and I couldnt get that to work either. I am trying to make each detail page for each of my 12 look like my existing site: http://mbhomes.com/The_Red_Maple/ This is the closest I could get and it was using tables: http://heritagekb.com/wordpress/single-family-homes/the-alpine/ Please let me know what I should do. Thanks Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 16, 2011 Hopefully this helps: [code].hentry table td { vertical-align: top; }[/code] ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
aladd1n 0 Report post Posted October 16, 2011 Thanks Jenny, The slider plugin I am using seems to be causing the problem. I just experimented with building the page using the banner tool and it works perfect. Thanks again. Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 17, 2011 You're welcome! Glad to help. :) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites