Skip to content

Instantly share code, notes, and snippets.

@imfaisalkh
Last active May 31, 2019 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imfaisalkh/bd5e9af1600eab1f6bd331ccd5b39fbf to your computer and use it in GitHub Desktop.
Save imfaisalkh/bd5e9af1600eab1f6bd331ccd5b39fbf to your computer and use it in GitHub Desktop.
/*-----------------------------------------------------------------------------------
Right Align Regular Page Sidebar
-----------------------------------------------------------------------------------*/
/** Change "1201" with the page ID */
body.page-id-1201 .page-sidebar, body.page-id-1202 .page-sidebar
{ order: 1; padding-right: 10px !important; padding-left: 45px !important; border-right: 0 !important; border-left: 1px solid #edeeef; }
body.page-id-1201 .page-content, body.page-id-1202 .page-content
{ padding-left: 10px !important; padding-right: 60px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment