Closed (fixed)
Project:
TB Sirate
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2012 at 12:25 UTC
Updated:
12 Jun 2013 at 10:21 UTC
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
Comment #1
williampham commentedstyle="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.
Comment #1.0
williampham commentedremoved unnecessary format