Shrink the size of the Menu title area

Home Forums Support Shrink the size of the Menu title area


In my temple the section with the menu title and page subtitle is really big, around 714px, when I look at the section it is title “sp-page-title”

I cannot find anywhere to set the height of this section. Is there somewhere in the GUI to change this or do I have to do it CSS?

Cheers


Hi there,
Sure, could you please let me know the template that you are using ?
Thank you


Hi Brian,

I am using the Agency theme

Cheers


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


Thanks.

Is there a difference between editing the template file directly or by adding it to the Custom CSS section in the Helix template style options?

Cheers


Hi Garth,
No, if you do deep customization, you can do it via custom.css file, for simple css customization, you can do it via template option 🙂

You must be logged in to reply to this topic.