[Resolved] Context text padding

Home Forums Support [Resolved] Context text padding

Home Forums Support Context text padding

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #608641
    Catalin

    I’m using a vertical menu for this website and the content text spreads all the way to the right. How could I add some padding to the right?

    And is there any way I could align the content to the top?

    Thanks.

    #608688
    David
    Staff
    Customer Support

    Hi there,

    This CSS will add the right padding to the content area:

    #primary {
    	padding-right: 50px;
    }

    To move the content up you would need to remove the Site Logo from the Header and place it as a widget in the sidebar and then zero out the header padding in the customiser.

    #608731
    Catalin

    Thanks.

    #608735
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.