• Resolved clearday

    (@clearday)


    Hello, I really like this theme.
    But I would like to have the main content to be lowered, much lower than the sidebar.
    How will I be able to do that?
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Period!

    Please try adding this CSS to lower the main content:

    .primary-container {
      margin-top: 1.5em;
    }
    @media all and (min-width: 56.25em) {
    
      .sidebar-primary {
        margin-top: -3em;
      }
    }

    You can copy & paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter clearday

    (@clearday)

    Thank you Ben! That solved it!
    Appreciate your support.

    Theme Author Ben Sibley

    (@bensibley)

    Happy to help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lower main content’ is closed to new replies.