• Resolved Melodyk

    (@melody62)


    Hi all

    Is it possible to move the sidebar from the (default) right side to the left?

    If so, what do I need to do?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there,

    Absolutely! ?? The most straightforward way to change the positioning of the sidebar is with some custom CSS.

    As you already have Jetpack installed then you can add CSS by enabling its custom CSS module. (Alternatively you can set up a child theme or activate a standalone CSS plugin.)

    The following CSS will move your sidebar to the left:

    @media only screen and (min-width: 64.063em) {
        .site-content .widget-area {
            float: left;
        }
    
        .content-area {
            float: right;
        }
    }

    Let me know if that helps or if you have any further questions.

    Thread Starter Melodyk

    (@melody62)

    Yesssssss thank youu!!!

    You’re most welcome. Glad that helped! ??

    Thread Starter Melodyk

    (@melody62)

    ?? ?? Thank you Siobhan (beautiful name you have… During my first pregnancy, I felt sorry to be Dutch, your name is hardly speakable in Dutch so I could not give it to my daughter than)

    Thread Starter Melodyk

    (@melody62)

    I have 2 additional questions, will put them in a new thread

    Aw, how lovely! It’s definitely a tricky one for a lot of people to pronounce. ??

    I’ll check out your additional questions shortly.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Sidebar’ is closed to new replies.