Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #114524
    bl
    Participant

    Is it posibble to get the side bar on the left and some margin between the content and sidebar?

    Regards

    bl

    #114546
    Mahesh
    Keymaster

    @bl: The sidebar is already on the left. For margin in between, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 960px) {
        #primary {
            width: 70%;
            margin-left: 4%;
        }
        #secondary {
            width: 30%;
        }
    }

    Regards,
    Mahesh

    #114569
    bl
    Participant

    Sorry, my mistake i ment to the right.

    Thank you for your help.

    Regards.

    bl

    #114594
    Mahesh
    Keymaster

    @bl: This feature is only available in Pro version. I recommend you to upgrade to Pro.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar to the left’ is closed to new replies.