• Resolved buhomorado

    (@buhomorado)


    Hello, I have a question…
    What If I want to put the Sidebar at the right side not at left?
    Where can I go for edit it?
    Im trying to find where I can to edit it, but is difficult.
    Is there any .js? or css?

    Thanks

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

    You can search the style.css for .widget-area and copy and modify what you need in a custom CSS plugin. But there are a lot of things that need to be changed to achieve what you want, like the button behavior, overflowing etc.

    Thread Starter buhomorado

    (@buhomorado)

    Thanx a lot Vlad, the key was the CSS.

    I solved using:

    .widget-area {
    /**/
    right: -360px;
    /**/
    }

    and then

    .widget-area-visible {
    right: -20px !important;
    }

    I have a new question but Ill do a new post to help feedback.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Put SideBar opposite side’ is closed to new replies.