Adjust left margin in main content

Issue #693 resolved
Info 3bits created an issue

Left margin in main content area shift the content to the right.

Add this code to fix it:

#region-main {
    margin-left: 0;
}

Comments (2)

  1. Log in to comment