proflat

How to reduce the height of the "category" title? - proflat

How to reduce the height of the "category" title?

by zhangla1975 » Thu Nov 09, 2023 2:29 pm

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.
Attachments
height.png
zhangla1975
Registered User
Posts: 6
Joined: Fri May 18, 2018 9:08 pm

Re: How to reduce the height of the "category" title?

by Mazeltof » Fri Nov 10, 2023 1:32 pm

hi

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;
}
replace withe :

Code: Select all

li.header dt,
li.header dd {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.1em;
}
find (line 1263) :

Code: Select all

.stat-block h3 {
	border-bottom: none;
	color: #ffffff;
	margin-bottom: 0;
	padding: 12px 0 12px 10px;
	margin-top: 0;
}
replace with :

Code: Select all

.stat-block h3 {
	border-bottom: none;
	color: #ffffff;
	margin-bottom: 0;
	padding: 5px 0 7px 10px;
	margin-top: 0;
}
top navbar has the same height other navbars.
User avatar
Mazeltof
Registered User
Posts: 103
Joined: Wed Sep 28, 2016 5:18 pm
Location: Arras - France