Switch to full style
Support for phpbb3 & codemiles styles
Post a reply

skymiles Right Sidebar - Issues

Sun Nov 29, 2009 5:57 pm

I recently installed skymiles style on my forum and wanted to add a right sidebar.

I have tried to search and go through various tutorials but somehow did not manage to either get the right alignment...

I followed the following steps...

Created HTML file called sidebar_body.html and uploaded to skymiles template folder and in overall_footer.html I inserted the following code
Code:
<div id="wrapsidebar">
<!-- INCLUDE sidebar_body.html -->
</div>


after
Code:
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>


and then in the stylesheets.css I made the following changes
Code:
#wrapcentre {
   margin-left: 1%;
   width: 70%;
   float: left;
}

#wrapsidebar{
   width: 26%;
   margin-right: 1%;
   padding: 1%;
   float: right;
}


I still could not get it right...

On this forum I can see a 'Right Sidebar' aligned perfectly so was wondering if anyone could assist with this...

Any help would be greatly appreciated...



Re: skymiles Right Sidebar - Issues

Sun Nov 29, 2009 8:00 pm

Am using table , not <div > you can view the source of the current page and see how .
i made 1 row and two columns .

Code:
<table width="100%" border="0">


Re: skymiles Right Sidebar - Issues

Mon Nov 30, 2009 11:46 am

Thanks for the quick response...

I viewed the Page Source but unfortunately could not understand much....

Would it be possible for you to let me know where exactly should I make the changes in the code I mentioned earlier?

Thanks for helping out...

Post a reply
  Related Posts  to : skymiles Right Sidebar - Issues
 URLEncoder issues     -  
 phpbb3 sidebar     -  
 How to add Sidebar and Bottombar in PHPBB3 Forum ?     -  
 Show sidebar main menu with scroll down in the web page     -  
 skymiles translation     -  
 Skymiles [3.04] little? problem     -  
 skymiles error     -