Travus, Reduce Page Title Area Height - Question | JoomShaper

Travus, Reduce Page Title Area Height

Claire Haas

Claire Haas

Template 1 week ago

Hi, Please could you help me with some css to reduce the height of the Page Title area please. Link to the page in question is in the hidden content below.

Kind regards Claire :-)

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #166873

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
Claire Haas
Claire Haas
Accepted Answer
1 week ago #166875

Hi Mehtaz,

Link to screenshot in hidden content.

Thank you. :-)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #166948

Hi

Use this CSS in your custom.css file

.sp-page-title{
  padding-top: 60px !important;
  height: 200px !important;
}
0
Claire Haas
Claire Haas
Accepted Answer
1 week ago #166970

Hi,

I have added that code to my custom css but it doesn't work. I need to delete cache before I can see changes on the website, which I did but the height is the same.

I have added admin login details if you want to have a look.

Kind regards Claire :-)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #167087

Please use your CSS in your custom.css file and use that CSS on the top, I mean on the first portion of your file.

0
Claire Haas
Claire Haas
Accepted Answer
1 week ago #167178

Thank you :-)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #167242

You are always welcome.

0