Archived topic
Context text padding
3 replies · Started by Catalin on June 26, 2018
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.
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.
Thanks.
You're welcome