Need help making the FAQ page padding the same as other pages

flexiprobands
New Member
10 0 0

Hi there,

 

I've been stuck trying to edit the padding of my FAQ page to make the titles all the same height on the other pages. I used an app for this FAQ page so maybe that's why the padding height is different. This is the URL of the padding height I need the same as the other pages: https://flexiprobands.com/a/faq

 

Thanks to anyone who can help, I really appreciate it!

 

 

padding.png

 

P.S. Ive tried these and they don't work

 

1. 

@media only screen and (min-width: 750px)
#easy-faq-app-header{
padding-top:55px!important;
}
}
#easy-faq-app-header{
padding-top:35!important;
}

 

2. 

.main-content.js-focus-hidden{

              padding-top: 55px !important;

}

 

3.

<style>
#easy-faq-app-header{
padding-top:35!important;
}
@media only screen and (min-width: 750px)
#easy-faq-app-header{
padding-top:55px!important;
}
}
</style>

Replies 2 (2)
slimzy_12
Excursionist
14 1 0

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file

 

.main-content.js-focus-hidden{

              padding-top: 55px !important;

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Is my post helpful? if yes click, like a
flexiprobands
New Member
10 0 0

Hi there @slimzy_12 ,

 

Not sure if you read my whole question but I said I tried that code! Would you be able to find any other solutions, Ill mark you as helpful 🙂