Reply To: Shrink the size of the Menu title area

Home Forums Support Shrink the size of the Menu title area Reply To: Shrink the size of the Menu title area


Hi there,
Please open template_name/css/custom.css then add

.sp-page-title {
    padding: 345px 0 275px 0;
}

Just change the padding value to suite your needs.
Thank you