![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
TSF Enthusiast
|
wordpress style.css
I have been messing around with css trying to learn a little - especially when it comes to modifying themes. I am able to make some changes to different themes but theres still alot to learn.
I have been messing with a theme for wordpress. To see it, go here. - Its my testing and learning space. What I am trying to do is to move the calendar up to above the navigation of the left sidebar. I am stuck so... Any suggestions would be welcome Thanks -- Dan
__________________
there's been global warming since the ice age Last edited by sobeit; 04-12-2008 at 04:44 PM. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Moderator Hardware Team
|
Re: wordpress style.css
Hi Dan,
pretty interesting what you are doing here... have you tried changing the html source and move the table of the calendar to your target area (above the navigation of left sidebar)? or do you really want to control this via CSS? i have been playing around CSS several months back and I am very rusty now when it comes to this. So just my 2 cents.
__________________
![]() DBAN - Memtest86+ - BartPE - Linux LiveCD - ImgBurn - HDD Diags - Disk Copy HOW TO BURN AN ISO FILE Last edited by TriggerFinger; 04-12-2008 at 05:17 PM. |
|
|
|
|
|
#3 (permalink) |
|
Design Team Member
Join Date: Feb 2008
Location: Deming, NM
Posts: 312
OS: XP SP2 & Vista
|
Hey there!
In your .html file hunt down your <div id="SIDE"> which has all your goodies on the left. Then find and move <div class="Calendar"> (bold in code below) above <h2>Navigation</h2> Might need to work on spacing between the calendar and navigation, but that should work. Code:
<div id="SIDE"> <h2>Navigation</h2> <ul> <li class="cat-item cat-item-3"><a title="View all posts filed under My Views" href="http://renegadescove.com/sobeitblog/?cat=3">My Views</a> (3) </li> </ul> <h2>Search</h2> <div class="SearchBox"> <form action="http://renegadescove.com/sobeitblog/" method="get"> <div> <input type="text" alt="Enter search text" name="s" value="" id="searchbox"/> <input type="submit" alt="Submit for search results" value="go" id="searchbutton"/> </div> </form> </div> <h2>Archives</h2> <ul> <li><a title="April 2008" href="http://renegadescove.com/sobeitblog/?m=200804">April 2008</a></li> <li><a title="March 2008" href="http://renegadescove.com/sobeitblog/?m=200803">March 2008</a></li> </ul> <div class="Calendar"> <div class="Header"/> <table summary="Calendar" id="wp-calendar"> <caption>April 2008</caption> <thead> <tr> <th title="Sunday" scope="col" abbr="Sunday">S</th> <th title="Monday" scope="col" abbr="Monday">M</th> <th title="Tuesday" scope="col" abbr="Tuesday">T</th> <th title="Wednesday" scope="col" abbr="Wednesday">W</th> <th title="Thursday" scope="col" abbr="Thursday">T</th> <th title="Friday" scope="col" abbr="Friday">F</th> <th title="Saturday" scope="col" abbr="Saturday">S</th> </tr> </thead> <tfoot> <tr> <td id="prev" colspan="3" abbr="March"><a title="View posts for March 2008" href="http://renegadescove.com/sobeitblog/?m=200803">« Mar</a></td> <td class="pad"> </td> <td class="pad" id="next" colspan="3"> </td> </tr> </tfoot> <tbody> <tr> <td class="pad" colspan="2"> </td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td> </tr> <tr> <td>6</td><td>7</td><td>8</td><td>9</td><td>10</td><td>11</td><td><a title="Okay, its not 20 days yet, Who Knew???" href="http://renegadescove.com/sobeitblog/?m=20080412">12</a></td> </tr> <tr> <td id="today">13</td><td>14</td><td>15</td><td>16</td><td>17</td><td>18</td><td>19</td> </tr> <tr> <td>20</td><td>21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td> </tr> <tr> <td>27</td><td>28</td><td>29</td><td>30</td> <td colspan="3" class="pad"> </td> </tr> </tbody> </table> <div class="Footer"/> </div> <h2>Other</h2> <ul> <li class="linkcat" id="linkcat-5">Local Links <ul> <li><a title="Local Newspaper" href="http://www.jonesborosun.com">Jonesboro Sun</a></li> <li><a title="local tv station" href="http://kait8.com">Kait8</a></li> </ul> </li> <li class="linkcat" id="linkcat-6">Tech Support <ul> <li><a title="Help for the technical challenge with most computer problems" href="http://www.cybertechhelp.com">Cyber Tech Help Forums</a></li> <li><a title="Tech Support Forum is a free computer support center for everyone. " href="http://www.techsupportforum.com/">Tech Support Forum</a></li> </ul> </li> <li>Meta <ul> <li><a href="http://renegadescove.com/sobeitblog/wp-login.php?action=register">Register</a></li> <li><a href="http://renegadescove.com/sobeitblog/wp-login.php">Login</a></li> <li><a title="Powered by WordPress, state-of-the-art semantic personal publishing platform." href="http://wordpress.org/">WordPress</a></li> <li><a title="Visual theme designed by GetTemplate." href="http://gettemplate.com/">GetTemplate</a></li> </ul> </li> </ul> <h2>Syndication</h2> <ul class="rss"> <li><a href="http://renegadescove.com/sobeitblog/?feed=rss2">Entries</a></li> <li><a href="http://renegadescove.com/sobeitblog/?feed=comments-rss2">Comments</a></li> </ul> </div>
__________________
|
|
|
|
|
|
#4 (permalink) | |
|
TSF Enthusiast
|
Re: wordpress style.css
Quote:
Thanks...
__________________
there's been global warming since the ice age |
|
|
|
|
|
|
#5 (permalink) | |
|
TSF Enthusiast
|
Re: wordpress style.css
Quote:
What happened to the good old days when web pages were simple html... Thanks
__________________
there's been global warming since the ice age Last edited by sobeit; 04-13-2008 at 01:36 AM. |
|
|
|
|
|
|
#6 (permalink) |
|
Design Team Member
Join Date: Feb 2008
Location: Deming, NM
Posts: 312
OS: XP SP2 & Vista
|
Ah yes. Wordpress. Sorry, I don't' have much experience in the area of wordpress or php(still learning). Perhaps you can sift through some of the .php files and find the code to fix? (back up everything) If not, let us know and hopefully someone with more experience in Wordpress can chime in.
Good luck!
__________________
|
|
|
|
![]() |
| Thread Tools | |
|
|