Hi,
How do we reduce the top-padding. currently this HTML code is being generated and I can't find which file to edit

<body class="html front logged-in one-sidebar sidebar-first page-node toolbar toolbar-drawer tb-sirate bf-ssl fs-medium" style="padding-top: 65px;" screen_capture_injected="true">

How do change the value of top padding from 65px to our desired value?

Comments

williampham’s picture

Status: Active » Closed (fixed)

style="padding-top: 65px;" is added by Drupal core after you log in to your site. You could write your own JavaScript to change its value.

williampham’s picture

Issue summary: View changes

removed unnecessary format