Tagged: height
Author | Posts |
---|---|
yazo
October 13, 2015 at 5:24 am
|
Heads up! this post was created when Microthemer was at version 4. The current version is 7. Some references to the interface may be out of date. Trying to use Microthemer to adjust header size here at: I used the tool to select this element: but that doesn’t seem to allow me to change the header size after i used this selector and tried to adjust the height. Can you help? Thanks, |
Sebastian
October 13, 2015 at 8:18 am
|
Hey Yazo, The header element has top and bottom padding. If you set these to zero the element will shrink. But setting height should have an affect too. When I inspected the CSS applying to that element I saw no height property coming from active-styles.css:
Notice how I’ve disabled top/bottom padding using the Firebug pane on the right to shrink the header. I hope that helps. Please let me know if you need further assistance with this. |