The header and category title are way too tall. I want to make the layout more compact. What css should I modify to make these shorter?
Thanks.
How to reduce the height of the "category" title? - proflat
-
- Registered User
- Posts: 6
- Joined: Fri May 18, 2018 9:08 pm
Re: How to reduce the height of the "category" title?
hi
in style_proflat.css
find (line 152) :
replace withe :
find (line 1263) :
replace with :
top navbar has the same height other navbars.
in style_proflat.css
find (line 152) :
Code: Select all
li.header dt,
li.header dd {
padding-top: 13px;
padding-bottom: 9px;
font-size: 1.1em;
}
Code: Select all
li.header dt,
li.header dd {
padding-top: 0;
padding-bottom: 0;
font-size: 1.1em;
}
Code: Select all
.stat-block h3 {
border-bottom: none;
color: #ffffff;
margin-bottom: 0;
padding: 12px 0 12px 10px;
margin-top: 0;
}
Code: Select all
.stat-block h3 {
border-bottom: none;
color: #ffffff;
margin-bottom: 0;
padding: 5px 0 7px 10px;
margin-top: 0;
}
-
- Registered User
- Posts: 103
- Joined: Wed Sep 28, 2016 5:18 pm
- Location: Arras - France