• Resolved forum domini

    (@forumdomini)


    Do you know how can I modify this theme to display the content on the right side and move the right sidebar to the left?

Viewing 1 replies (of 1 total)
  • Theme Author Siteturner

    (@diablothemes)

    Sorry for the wait, I thought www.remarpro.com would notify me by e-mail when there requests.

    For anyone else who might want to do this, you need to edit assets/css/custom.css and add:


    .container .right-sidebar {
    float: left;
    margin-right: 2.18978%;
    width: 27.0073%;
    }

    .container .main-content {
    float: right;
    margin-right: 0;
    width: 70.8029%;
    }

    After you make this change, remember that you’ll need to backup the file when you update the theme and then overwrite it again following the update.

Viewing 1 replies (of 1 total)
  • The topic ‘How to swap position of sidebar and content’ is closed to new replies.