Changing the location of the sidebar

  • Posted in : Editor
  • erdemgelal
    Participant

    How can I move the sidebar from the right to the left?

    serkan
    Moderator

    Hi erdemgelal,
    You can use these custom css codes;

    @media screen and (min-width: 768px) { .sidebar { float: left; margin-right: 5%; margin-left: 0; } }
    @media screen and (min-width: 768px) {  .with-sidebar { float: right; } }
    @media screen and (min-width: 992px) { .sidebar { float: left; margin-right: 5%; margin-left: 0; } }
    @media screen and (min-width: 992px) { .with-sidebar { float: right; } }

    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register