• Resolved Hulbert Lee

    (@hulbert-lee)


    Hi, if you take a look at my website (https://howtofocusbetter.com), and scroll down, you’ll notice my sidebar is on the bottom (starting with Our Society Today). Even though I have enabled sidebar, why is it there, and how can I move it back to the original position on the right?

Viewing 2 replies - 1 through 2 (of 2 total)
  • with the larger margins in here:

    #content {
        margin: 0 70px 0 50px !important;
    }

    you might need to reduce the width of #content, for instance:

    #content {
    	width: 530px;
    }

    the #content margins might have been intended for pages without sidebar; in which case you might need to style the margins of #content.no-sidebar …

    to see the position of #content and sidebar, add temporarily a background color to the styles of #sidebar and #content.

    Thread Starter Hulbert Lee

    (@hulbert-lee)

    Hey Alchymyth, it worked. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you move sidebar to the right?’ is closed to new replies.