Changing Header Size in Pique Theme
-
I don’t want to use an image in my header, but have my front page as a video that reaches close to the top of the page. How can I leave the header as a blank space and make the height smaller?
I thought it would be
site-header {
height: 10px; }But didn’t have any luck. Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
-
Using !important might cause some other issues where that class is used, so keep that in mind if some other element is not displaying as it should.
The height in this case is actually set with an extra style rule added to the div.
<div class="pique-panel-content" style="padding-top: 227.4px;">
- The topic ‘Changing Header Size in Pique Theme’ is closed to new replies.