bryan-hadaway 3 Report post Posted February 8, 2011 Have you tried the top and left positioning like I showed you in another example? Thanks, Bryan Share this post Link to post Share on other sites
Lisa Haran 7 Report post Posted February 8, 2011 Hi Bryan, I fixed the footer issue, but still cannot resolve the custom box as is currently on http://www.kinlaydublin.ie/newsite/hostel/facilites/ I did ret position relative and played around with the top and left values but it still appears below the last widget on the side bar. I want it to appear underneath the main bidy content, on this page that is below the "what we offer" content. Also are there any tutorials on editing posts styles? I want to edit the way the date is displayed and trying to locate the original php file but haven't found it yet. Thanks again for your time. /* custom box*/ #boxes{ width: 540px; height: auto; background: url('http://www.kinlaydublin.ie/newsite/img/bg-white-10per.png'); background: rgba(255,255,255,0.1); color: white; -moz-border-radius: 6px; -webkit-border-radius: 6px; font-size: 16px; position: relative; left: 400px; padding-top: 10px; padding-bottom: 20px; } Share this post Link to post Share on other sites
Andrew 207 Report post Posted February 8, 2011 Hey Bren, I'm not following what you're going for. Can you provide graphics of what you're going for? The code you're adding isn't helping either. Share this post Link to post Share on other sites
Lisa Haran 7 Report post Posted February 14, 2011 Hi Andrew, Hopefully I can clarify what I am trying to do in this post. On the page http://www.kinlaydublin.ie/newsite/hostel/facilites/ I have a special offers box that appears below the last widget in the sidebar. Is there anyway of making this appear below the main content area i.e below "what we offer" content? Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 14, 2011 Have you tried using the "content sidebar" instead of the boxes section to do this? Share this post Link to post Share on other sites
Lisa Haran 7 Report post Posted February 16, 2011 Hi Cmunns That worked a treat, thanks very much. Share this post Link to post Share on other sites