This is a follow up link question to How to make a content into 2 row
Basically, I want to have a small gap in blue line below and also do not touch the bottomrule
My full MWE:
\documentclass[12pt,oneside]{book}
\usepackage[showframe]{geometry}
\usepackage{amsmath}
\usepackage{ragged2e}
\usepackage{makecell, multirow, tabularx}
\renewcommand\theadfont{\small\bfseries} % for bold in table using \small
\renewcommand\theadgape{}
\usepackage[svgnames, table]{xcolor}
\usepackage{hhline, boldline}
\usepackage{seqsplit, caption} %for table spacing to second row
\usepackage{booktabs, ragged2e} % Use booktabs rules and get rid of vertical rules, ragged2e to ragged text
\usepackage{siunitx} %for table spacing to second row
\usepackage{threeparttable} %to add footnote below table
\usepackage{tabulary}
\usepackage{graphicx}
\begin{document}
\begin{table}[h!]
\centering
\begin{tabularx}{\textwidth}{>{\raggedright\arraybackslash}XXlrr}
% \begin{tabularx}{\textwidth}{>{\raggedright\arraybackslash}Xrrrrrr}
\toprule
& & & \multicolumn{2}{c}{\textbf{Cholestrrol Levellll}} \\
\cmidrule{4-5}
& & & \thead{{\textbf{Equal}} \\ \textbf{variances} \\ \textbf{assumed}}
& \thead{{\textbf{Equal}} \\ \textbf{variances not} \\ \textbf{assumed}}\\
\midrule
\multirow{3}{=}{Levene's Test for Equality of Variances}
& F
& & 0.314 & \\
& Sig. & & 0.579 & \\
\midrule
\multirow{5}{=}{t-test for Equality of Means}
& t
& & 2.428 & 2.428 \\
& df & & 38 & 34.886 \\
& Sig. (2-tailed) & & 0.579 & 0.64273\\
& Mean Difference & & 0.579 & 0.64273\\
& Std. Error Difference & & 0.579 & 0.64273\\
& \multirow{1.2}{=}{95\% Confidence of Interval of the Difference} & Lower & 0.579 & 0.64273\\
& & Upper & 0.579 & 0.64273\\
\bottomrule
\end{tabularx}
\end{table}
\end{document}



& & & & \\before\bottomrule. On the other hand, you are loadingmakecell. Have you tried to use it for the two-row entry? – Nov 10 '19 at 01:35& & & & \\have a very big gap. I am not sure how to usemakecellandtwo-row entry. Could you give a simple example? – aan Nov 10 '19 at 01:37Overleaf. – aan Nov 10 '19 at 01:40[+1.4ex]mean?adding in 1.4mm? – aan Nov 10 '19 at 01:42[+1.4ex]means "add a space of1.4ex.ex(andem) are so-called extensible units, they scale with the font size. – Nov 10 '19 at 01:44compresses error mesagesmeaning? Do you mean it combine a lot errors together? – aan Nov 10 '19 at 01:491exis the height of the letterx(and to the best of my knowledge not "1.2 of the fontsize height" @koleygr ...). – Nov 10 '19 at 01:50