• At the moment I am using the Decayed theme, but due to my lack of knowlegde concerning XHTML and CSS, I have only been able to make minor changes to the theme, colour, positioning etc. However I would love to be able to change the sidebar from the left to the right side of the page. I’ve tried many things suggested in a google search but to no avail.

    I would love to resolve this issue, and knowing how to to it would be extremly useful, and increase my knowledge of altering CCS stylesheets.

    My website is https://www.thommcneilly.com

    The link for the theme I am using is:https://templates.arcsin.se/decayed-wordpress-theme/

    Thanks. Thom McNeilly.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Here is a suggestion for changes to your style.css file:

    Around line 230:

    #content {
      left:300px;
      position:absolute;
      top:140px;
      width:760px;
    }

    … and, around line 248:

    #navigation {
      position:absolute;
      right:330px;
      top:185px;
      width:210px;
    }

    Remember to make a backup of the style.css file first, just in case this is not what you are looking for.

    Thread Starter thom2487

    (@thom2487)

    I shall try that a see how it goes. Thanks for the suggestion.

    Thread Starter thom2487

    (@thom2487)

    I tired that put it doesn’t seem to have effected the sidebars location in any way. ??

    Did you use a “hard” refresh to make sure you were not viewing a cached version of your page?

    This post explains the difference between a “hard” and “soft” refresh if it is not clear: https://wpfirstaid.com/2009/12/why-hard-or-soft-refresh/

    Thread Starter thom2487

    (@thom2487)

    The code you gave me has gave me a solution, I just need to move a few things using firebug to see how it looks before I alter anymore code. Thank you so much.

    Great! I used Firebug to generate those suggested numbers.

    Thread Starter thom2487

    (@thom2487)

    Ya, it didn’t move though because there was a float option for the sidebar which I missed lol. All sorted an lookin good ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Moving Sidebars’ is closed to new replies.